Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNST.java13 private NamespaceA.NamespaceB.UnionInNestedNSUnion fooUnion; field in TableInFirstNST
26 …public void setFooUnion(NamespaceA.NamespaceB.UnionInNestedNSUnion fooUnion) { this.fooUnion = foo… in setFooUnion()
DTableInFirstNS.py83 def TableInFirstNSAddFooUnion(builder, fooUnion): builder.PrependUOffsetTRelativeSlot(3, flatbuffer… argument
84 def AddFooUnion(builder, fooUnion): argument
DTableInFirstNS.kt69 fun fooUnion(obj: Table) : Table? { in fooUnion() method in NamespaceA.TableInFirstNS
DTableInFirstNS.java23 …public Table fooUnion(Table obj) { int o = __offset(10); return o != 0 ? __union(obj, o + bb_pos) … in fooUnion() method in TableInFirstNS