Home
last modified time | relevance | path

Searched refs:createStat (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/grpc/tests/
DGameFactory.java34 public static Stat createStat(String greeting, long val, int count) { in createStat() method in GameFactory
36 int statOffset = Stat.createStat(builder, builder.createString(greeting), val, count); in createStat()
DJavaGrpcTest.java60 Stat stat = GameFactory.createStat("Hello " + request.name(), 100, 10); in store()
119 … Stat maxHpStat = GameFactory.createStat(maxHpMonsterName.get(), maxHp.get(), maxHpCount.get()); in computeMinMax()
124 … Stat minHpStat = GameFactory.createStat(minHpMonsterName.get(), minHp.get(), minHpCount.get()); in computeMinMax()
/external/flatbuffers/tests/MyGame/Example/
DStat.php87 public static function createStat(FlatBufferBuilder $builder, $id, $val, $count) function in MyGame\\Example\\Stat
DStat.java25 public static int createStat(FlatBufferBuilder builder, in createStat() method in Stat
/external/flatbuffers/tests/
Dmonster_test_generated.ts677 static createStat(builder:flatbuffers.Builder, idOffset:flatbuffers.Offset, val:flatbuffers.Long, c… method in MyGame.Example.Stat
Dmonster_test_generated.js755 MyGame.Example.Stat.createStat = function(builder, idOffset, val, count) { function in MyGame.Example.Stat