Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DStat.java12 public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); } in getRootAsStat() method in Stat
13 …public static Stat getRootAsStat(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); r… in getRootAsStat() method in Stat
DStat.php17 public static function getRootAsStat(ByteBuffer $bb) function in MyGame\\Example\\Stat
DMonsterStorageGrpc.java66 return MyGame.Example.Stat.getRootAsStat(buffer); in getExtractorOfStat()
/external/flatbuffers/grpc/tests/
DGameFactory.java38 Stat stat = Stat.getRootAsStat(builder.dataBuffer()); in createStat()
/external/flatbuffers/tests/
Dmonster_test_generated.ts576 static getRootAsStat(bb:flatbuffers.ByteBuffer, obj?:Stat):Stat { method in MyGame.Example.Stat
Dmonster_test_generated.js649 MyGame.Example.Stat.getRootAsStat = function(bb, obj) { function in MyGame.Example.Stat