Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.lua50 function TableInFirstNS_mt:FooUnion() function
DTableInFirstNS.go14 FooUnion *NamespaceA__NamespaceB.UnionInNestedNST member
116 func (rcv *TableInFirstNS) FooUnion(obj *flatbuffers.Table) bool { func
DTableInFirstNS.cs106 public NamespaceA.NamespaceB.UnionInNestedNSUnion FooUnion { get; set; } property in NamespaceA.TableInFirstNST
DTableInFirstNS.py52 def FooUnion(self): member in TableInFirstNS