Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/namespace-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
Dtable-in-first-n-s.js44 fooUnion(obj) { method in TableInFirstNS
101 … null, fooEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooUnion = null, fooStruct… argument
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.kt57 fun fooUnion(obj: Table) : Table? { in fooUnion() method in NamespaceA.TableInFirstNS
DTableInFirstNS.py87 def AddFooUnion(builder, fooUnion): builder.PrependUOffsetTRelativeSlot(3, flatbuffers.number_types… argument
88 def TableInFirstNSAddFooUnion(builder, fooUnion): argument
DTableInFirstNS.java23 …public Table fooUnion(Table obj) { int o = __offset(10); return o != 0 ? __union(obj, o + bb_pos) … in fooUnion() method in TableInFirstNS