Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flatbuffers/tests/my-game/example/
Dstat.js67 static createStat(builder, idOffset, val, count) { method in Stat
97 return Stat.createStat(builder, id, this.val, this.count);
Dstat.ts89 static createStat(builder:flatbuffers.Builder, idOffset:flatbuffers.Offset, val:flatbuffers.Long, c… method in Stat
132 return Stat.createStat(builder,
/third_party/flatbuffers/tests/MyGame/Example/
DStat.php87 public static function createStat(FlatBufferBuilder $builder, $id, $val, $count) function in MyGame\\Example\\Stat
DStat.kt67 fun createStat(builder: FlatBufferBuilder, idOffset: Int, val_: Long, count: UShort) : Int { in createStat() method
DStat.java26 public static int createStat(FlatBufferBuilder builder, in createStat() method in Stat
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift575 public static func createStat(