Home
last modified time | relevance | path

Searched defs:FooUnionType (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.lua43 function TableInFirstNS_mt:FooUnionType() function
DTableInFirstNS.cs25 …public NamespaceA.NamespaceB.UnionInNestedNS FooUnionType { get { int o = __p.__offset(8); return … property
95 private NamespaceA.NamespaceB.UnionInNestedNS FooUnionType { property in NamespaceA.TableInFirstNST
DTableInFirstNS.go104 func (rcv *TableInFirstNS) FooUnionType() NamespaceA__NamespaceB.UnionInNestedNS { func
DTableInFirstNS.py45 def FooUnionType(self): member in TableInFirstNS