Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.kt43 …fun getRootAsSecondTableInA(_bb: ByteBuffer): SecondTableInA = getRootAsSecondTableInA(_bb, Second… in validateVersion() method
44 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