Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInC.java12 …public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new Table… in getRootAsTableInC() method in TableInC
13 …public static TableInC getRootAsTableInC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTL… in getRootAsTableInC() method in TableInC
DTableInC.php17 public static function getRootAsTableInC(ByteBuffer $bb) function in NamespaceA\\TableInC
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.java12 …public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new Table… in getRootAsTableInC() method in TableInC
13 …public static TableInC getRootAsTableInC(ByteBuffer _bb, TableInC obj) { _bb.order(ByteOrder.LITTL… in getRootAsTableInC() method in TableInC
DTableInC.php17 public static function getRootAsTableInC(ByteBuffer $bb) function in NamespaceC\\TableInC
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.js168 NamespaceC.TableInC.getRootAsTableInC = function(bb, obj) { function in NamespaceC.TableInC