Searched refs:getRootAsTableInC (Results 1 - 5 of 5) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInC.java12 public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new TableInC()); } method in class:TableInC
13 public static TableInC getRootAsTableInC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb)); } method in class:TableInC
H A DTableInC.php17 public static function getRootAsTableInC(ByteBuffer $bb) function
/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.java12 public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new TableInC()); } method in class:TableInC
13 public static TableInC getRootAsTableInC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__assign(_bb.getInt(_bb.position()) + _bb.position(), _bb)); } method in class:TableInC
H A DTableInC.php17 public static function getRootAsTableInC(ByteBuffer $bb) function
/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test2_generated.js168 NamespaceC.TableInC.getRootAsTableInC = function(bb, obj) {

Completed in 101 milliseconds