Home
last modified time | relevance | path

Searched defs:createStat (Results 1 – 5 of 5) 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
/third_party/flatbuffers/tests/MyGame/Example/
DStat.kt82 fun createStat(builder: FlatBufferBuilder, idOffset: Int, val_: Long, count: UShort) : Int { in createStat() method
DStat.php87 public static function createStat(FlatBufferBuilder $builder, $id, $val, $count) function in MyGame\\Example\\Stat
DStat.java38 public static int createStat(FlatBufferBuilder builder, in createStat() method in Stat
/third_party/flatbuffers/tests/ts/my-game/example/
Dstat.js68 static createStat(builder, idOffset, val, count) { method in Stat