Home
last modified time | relevance | path

Searched defs:createStat (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStat.kt66 fun createStat(builder: FlatBufferBuilder, idOffset: Int, val_: Long, count: UShort) : Int { in createStat() method
H A DStat.php87 public static function createStat(FlatBufferBuilder $builder, $id, $val, $count) function in MyGame\\Example\\Stat
H A DStat.java26 public static int createStat(FlatBufferBuilder builder, in createStat() method in Stat
/aosp_15_r20/external/flatbuffers/grpc/tests/
H A DGameFactory.java34 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 Dstat.ts89 static createStat(builder:flatbuffers.Builder, idOffset:flatbuffers.Offset, val:bigint, count:numbe… method in Stat
H A Dstat.js67 static createStat(builder, idOffset, val, count) { method in Stat
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts652 static createStat(builder:flatbuffers.Builder, idOffset:flatbuffers.Offset, val:bigint, count:numbe… method in MyGame_Example_Stat