Home
last modified time | relevance | path

Searched defs:getRootAsTableInC (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.kt52 fun getRootAsTableInC(_bb: ByteBuffer): TableInC = getRootAsTableInC(_bb, TableInC()) in validateVersion() method
53 fun getRootAsTableInC(_bb: ByteBuffer, obj: TableInC): TableInC { in validateVersion() method
DTableInC.java13 …public static TableInC getRootAsTableInC(ByteBuffer _bb) { return getRootAsTableInC(_bb, new Table… in getRootAsTableInC() method in TableInC
14 …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
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInC.php17 public static function getRootAsTableInC(ByteBuffer $bb) function in NamespaceA\\TableInC