Searched defs:fooTable (Results 1 – 7 of 7) sorted by relevance
20 …val fooTable : NamespaceA.NamespaceB.TableInNestedNS? get() = fooTable(NamespaceA.NamespaceB.Table… constant21 …fun fooTable(obj: NamespaceA.NamespaceB.TableInNestedNS) : NamespaceA.NamespaceB.TableInNestedNS? { in fooTable() method in NamespaceA.TableInFirstNS
11 private NamespaceA.NamespaceB.TableInNestedNST fooTable; field in TableInFirstNST18 …public void setFooTable(NamespaceA.NamespaceB.TableInNestedNST fooTable) { this.fooTable = fooTabl… in setFooTable()
18 …public NamespaceA.NamespaceB.TableInNestedNS fooTable() { return fooTable(new NamespaceA.Namespace… in fooTable() method in TableInFirstNS19 …public NamespaceA.NamespaceB.TableInNestedNS fooTable(NamespaceA.NamespaceB.TableInNestedNS obj) {… in fooTable() method in TableInFirstNS
74 def TableInFirstNSAddFooTable(builder, fooTable): builder.PrependUOffsetTRelativeSlot(0, flatbuffer… argument75 def AddFooTable(builder, fooTable): argument
106 public static function addFooTable(FlatBufferBuilder $builder, $fooTable)
29 fooTable(obj?:TableInNestedNS):TableInNestedNS|null { method in TableInFirstNS129 public fooTable: TableInNestedNST|null = null, property in TableInFirstNST138 const fooTable = (this.fooTable !== null ? this.fooTable!.pack(builder) : 0); constant
24 fooTable(obj) { method in TableInFirstNS101 …constructor(fooTable = null, fooEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooU… argument