Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.cs17 …public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb) { return GetRootAsTableInNe… in GetRootAsTableInNestedNS() method
18 …public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb, TableInNestedNS obj) { retu… in GetRootAsTableInNestedNS() method
DTableInNestedNS.lua15 function TableInNestedNS.GetRootAsTableInNestedNS(buf, offset) function
DTableInNestedNS.go35 func GetRootAsTableInNestedNS(buf []byte, offset flatbuffers.UOffsetT) *TableInNestedNS { func
DTableInNestedNS.py13 def GetRootAsTableInNestedNS(cls, buf, offset): member in TableInNestedNS
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.lobster19 def GetRootAsTableInNestedNS(buf:string): return TableInNestedNS { buf, buf.flatbuffers_indirect(0)…