Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNST.java13 private NamespaceA.NamespaceB.UnionInNestedNSUnion fooUnion; field in TableInFirstNST
26 …public void setFooUnion(NamespaceA.NamespaceB.UnionInNestedNSUnion fooUnion) { this.fooUnion = foo… in setFooUnion()
H A DTableInFirstNS.kt57 fun fooUnion(obj: Table) : Table? { in fooUnion() method
H A DTableInFirstNS.py83 def TableInFirstNSAddFooUnion(builder, fooUnion): builder.PrependUOffsetTRelativeSlot(3, flatbuffer… argument
84 def AddFooUnion(builder, fooUnion): argument
H A DTableInFirstNS.java23 …public Table fooUnion(Table obj) { int o = __offset(10); return o != 0 ? __union(obj, o + bb_pos) … in fooUnion() method in TableInFirstNS
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/
H A Dtable-in-first-n-s.ts55 fooUnion<T extends flatbuffers.Table>(obj:any):any|null { method in TableInFirstNS
139 const fooUnion = builder.createObjectOffset(this.fooUnion); constant
H A Dtable-in-first-n-s.js44 fooUnion(obj) { method in TableInFirstNS
101 … null, fooEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooUnion = null, fooStruct… argument