Home
last modified time | relevance | path

Searched defs:GetRootAsSecondTableInA (Results 1 – 4 of 4) 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.lua15 function SecondTableInA.GetRootAsSecondTableInA(buf, offset) function
DSecondTableInA.py11 def GetRootAsSecondTableInA(cls, buf, offset): member in SecondTableInA
DSecondTableInA.go15 func GetRootAsSecondTableInA(buf []byte, offset flatbuffers.UOffsetT) *SecondTableInA { func