Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.kt31 …fun getRootAsSecondTableInA(_bb: ByteBuffer): SecondTableInA = getRootAsSecondTableInA(_bb, Second… in validateVersion() method
32 fun getRootAsSecondTableInA(_bb: ByteBuffer, obj: SecondTableInA): SecondTableInA { in validateVersion() method
DSecondTableInA.java13 …public static SecondTableInA getRootAsSecondTableInA(ByteBuffer _bb) { return getRootAsSecondTable… in getRootAsSecondTableInA() method in SecondTableInA
14 …public static SecondTableInA getRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { _bb.ord… in getRootAsSecondTableInA() method in SecondTableInA
DSecondTableInA.php17 public static function getRootAsSecondTableInA(ByteBuffer $bb) function in NamespaceA\\SecondTableInA
/third_party/flatbuffers/tests/namespace_test/namespace-a/
Dsecond-table-in-a.js14 static getRootAsSecondTableInA(bb, obj) { method in SecondTableInA
Dsecond-table-in-a.ts17 static getRootAsSecondTableInA(bb:flatbuffers.ByteBuffer, obj?:SecondTableInA):SecondTableInA { method in SecondTableInA