Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.cs15 …public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb) { return GetRootAsSecondTable… in GetRootAsSecondTableInA() method
16 …public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return … in GetRootAsSecondTableInA() method
DSecondTableInA.py11 def GetRootAsSecondTableInA(cls, buf, offset): member in SecondTableInA
DSecondTableInA.lua15 function SecondTableInA.GetRootAsSecondTableInA(buf, offset) function
DSecondTableInA.go15 func GetRootAsSecondTableInA(buf []byte, offset flatbuffers.UOffsetT) *SecondTableInA { func
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.lobster68 def GetRootAsSecondTableInA(buf:string): SecondTableInA { buf, buf.flatbuffers_indirect(0) }