Home
last modified time | relevance | path

Searched refs:getRootAsStat (Results 1 – 3 of 3) 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
/external/flatbuffers/tests/
Dmonster_test_generated.js466 MyGame.Example.Stat.getRootAsStat = function(bb, obj) { function in MyGame.Example.Stat