Home
last modified time | relevance | path

Searched refs:GetRootAsTableInFirstNS (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.cs13 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirs… in GetRootAsTableInFirstNS() method
14 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return … in GetRootAsTableInFirstNS() method
DTableInFirstNS.py11 def GetRootAsTableInFirstNS(cls, buf, offset): member in TableInFirstNS
DTableInFirstNS.go13 func GetRootAsTableInFirstNS(buf []byte, offset flatbuffers.UOffsetT) *TableInFirstNS { func