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.cs15 …public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb) { return GetRootAsTableInNe… in GetRootAsTableInNestedNS() method
16 …public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb, TableInNestedNS obj) { retu… in GetRootAsTableInNestedNS() method
DTableInNestedNS.py11 def GetRootAsTableInNestedNS(cls, buf, offset): member in TableInNestedNS
DTableInNestedNS.lua15 function TableInNestedNS.GetRootAsTableInNestedNS(buf, offset) function
DTableInNestedNS.go13 func GetRootAsTableInNestedNS(buf []byte, offset flatbuffers.UOffsetT) *TableInNestedNS { func
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.lobster20 def GetRootAsTableInNestedNS(buf:string): TableInNestedNS { buf, buf.flatbuffers_indirect(0) }