Searched defs:getRootAsStat (Results 1 - 3 of 3) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DStat.php17 public static function getRootAsStat(ByteBuffer $bb) function
H A DStat.java12 public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); } method in class:Stat
13 public static Stat getRootAsStat(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); } method in class:Stat
/external/flatbuffers/tests/
H A Dmonster_test_generated.js466 MyGame.Example.Stat.getRootAsStat = function(bb, obj) {

Completed in 307 milliseconds