Home
last modified time | relevance | path

Searched defs:getRootAsTableInNestedNS (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.kt48 …fun getRootAsTableInNestedNS(_bb: ByteBuffer): TableInNestedNS = getRootAsTableInNestedNS(_bb, Tab… in validateVersion() method
49 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