Home
last modified time | relevance | path

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

/third_party/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.py20 def GetRootAsTableInNestedNS(cls, buf, offset=0): member in TableInNestedNS
DTableInNestedNS.go35 func GetRootAsTableInNestedNS(buf []byte, offset flatbuffers.UOffsetT) *TableInNestedNS { func
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.lobster23 def GetRootAsTableInNestedNS(buf:string): return TableInNestedNS { buf, buf.flatbuffers_indirect(0)…