Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.kt36 …fun getRootAsTableInNestedNS(_bb: ByteBuffer): TableInNestedNS = getRootAsTableInNestedNS(_bb, Tab… in validateVersion() method
37 fun getRootAsTableInNestedNS(_bb: ByteBuffer, obj: TableInNestedNS): TableInNestedNS { in validateVersion() method
DTableInNestedNS.java13 …public static TableInNestedNS getRootAsTableInNestedNS(ByteBuffer _bb) { return getRootAsTableInNe… in getRootAsTableInNestedNS() method in TableInNestedNS
14 …public static TableInNestedNS getRootAsTableInNestedNS(ByteBuffer _bb, TableInNestedNS obj) { _bb.… in getRootAsTableInNestedNS() method in TableInNestedNS
DTableInNestedNS.php17 public static function getRootAsTableInNestedNS(ByteBuffer $bb) function in NamespaceA\\NamespaceB\\TableInNestedNS
/third_party/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Dtable-in-nested-n-s.js13 static getRootAsTableInNestedNS(bb, obj) { method in TableInNestedNS
Dtable-in-nested-n-s.ts16 static getRootAsTableInNestedNS(bb:flatbuffers.ByteBuffer, obj?:TableInNestedNS):TableInNestedNS { method in TableInNestedNS