Searched defs:createStat (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Stat.kt | 66 fun createStat(builder: FlatBufferBuilder, idOffset: Int, val_: Long, count: UShort) : Int { in createStat() method
|
H A D | Stat.php | 87 public static function createStat(FlatBufferBuilder $builder, $id, $val, $count) function in MyGame\\Example\\Stat
|
H A D | Stat.java | 26 public static int createStat(FlatBufferBuilder builder, in createStat() method in Stat
|
/aosp_15_r20/external/flatbuffers/grpc/tests/ |
H A D | GameFactory.java | 34 public static Stat createStat(String greeting, long val, int count) { in createStat() method in GameFactory
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | stat.ts | 89 static createStat(builder:flatbuffers.Builder, idOffset:flatbuffers.Offset, val:bigint, count:numbe… method in Stat
|
H A D | stat.js | 67 static createStat(builder, idOffset, val, count) { method in Stat
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 652 static createStat(builder:flatbuffers.Builder, idOffset:flatbuffers.Offset, val:bigint, count:numbe… method in MyGame_Example_Stat
|