Home
last modified time | relevance | path

Searched defs:fooTable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.kt20 …val fooTable : NamespaceA.NamespaceB.TableInNestedNS? get() = fooTable(NamespaceA.NamespaceB.Table… constant
21 …fun fooTable(obj: NamespaceA.NamespaceB.TableInNestedNS) : NamespaceA.NamespaceB.TableInNestedNS? { in fooTable() method in NamespaceA.TableInFirstNS
H A DTableInFirstNST.java11 private NamespaceA.NamespaceB.TableInNestedNST fooTable; field in TableInFirstNST
18 …public void setFooTable(NamespaceA.NamespaceB.TableInNestedNST fooTable) { this.fooTable = fooTabl… in setFooTable()
H A DTableInFirstNS.java18 …public NamespaceA.NamespaceB.TableInNestedNS fooTable() { return fooTable(new NamespaceA.Namespace… in fooTable() method in TableInFirstNS
19 …public NamespaceA.NamespaceB.TableInNestedNS fooTable(NamespaceA.NamespaceB.TableInNestedNS obj) {… in fooTable() method in TableInFirstNS
H A DTableInFirstNS.py74 def TableInFirstNSAddFooTable(builder, fooTable): builder.PrependUOffsetTRelativeSlot(0, flatbuffer… argument
75 def AddFooTable(builder, fooTable): argument
H A DTableInFirstNS.php106 public static function addFooTable(FlatBufferBuilder $builder, $fooTable)
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/
H A Dtable-in-first-n-s.ts29 fooTable(obj?:TableInNestedNS):TableInNestedNS|null { method in TableInFirstNS
129 public fooTable: TableInNestedNST|null = null, property in TableInFirstNST
138 const fooTable = (this.fooTable !== null ? this.fooTable!.pack(builder) : 0); constant
H A Dtable-in-first-n-s.js24 fooTable(obj) { method in TableInFirstNS
101 …constructor(fooTable = null, fooEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooU… argument