Home
last modified time | relevance | path

Searched defs:GetRootAsSecondTableInA (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DSecondTableInA.cs17 …public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb) { return GetRootAsSecondTable… in GetRootAsSecondTableInA() method
18 …public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return … in GetRootAsSecondTableInA() method
H A DSecondTableInA.lua15 function SecondTableInA.GetRootAsSecondTableInA(buf, offset) function
H A DSecondTableInA.go38 func GetRootAsSecondTableInA(buf []byte, offset flatbuffers.UOffsetT) *SecondTableInA { func
H A DSecondTableInA.py20 def GetRootAsSecondTableInA(cls, buf, offset=0): member in SecondTableInA