Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.kt40 fun getRootAsTableInC(_bb: ByteBuffer): TableInC = getRootAsTableInC(_bb, TableInC()) in validateVersion() method
41 fun getRootAsTableInC(_bb: ByteBuffer, obj: TableInC): TableInC { in validateVersion() method
H A 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
H A DTableInC.php17 public static function getRootAsTableInC(ByteBuffer $bb) function in NamespaceC\\TableInC
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-c/
H A Dtable-in-c.ts18 static getRootAsTableInC(bb:flatbuffers.ByteBuffer, obj?:TableInC):TableInC { method in TableInC
H A Dtable-in-c.js15 static getRootAsTableInC(bb, obj) { method in TableInC
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInC.php17 public static function getRootAsTableInC(ByteBuffer $bb) function in NamespaceA\\TableInC