Home
last modified time | relevance | path

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