Searched defs:createStat (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.kt | 62 fun createStat(builder: FlatBufferBuilder, idOffset: Int, val_: Long, count: UShort) : Int { in createStat() method
|
D | Stat.php | 87 public static function createStat(FlatBufferBuilder $builder, $id, $val, $count) function in MyGame\\Example\\Stat
|
D | Stat.java | 26 public static int createStat(FlatBufferBuilder builder, in createStat() method in Stat
|
/external/flatbuffers/grpc/tests/ |
D | GameFactory.java | 34 public static Stat createStat(String greeting, long val, int count) { in createStat() method in GameFactory
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 739 static createStat(builder:flatbuffers.Builder, idOffset:flatbuffers.Offset, val:flatbuffers.Long, c… method in MyGame.Example.Stat
|
D | monster_test_generated.js | 876 MyGame.Example.Stat.createStat = function(builder, idOffset, val, count) { function in MyGame.Example.Stat
|