Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/namespace-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
Dtable-in-first-n-s.js24 fooTable(obj) { method in TableInFirstNS
101 …constructor(fooTable = null, fooEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooU… argument
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
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
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
DTableInFirstNS.py75 def AddFooTable(builder, fooTable): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types… argument
76 def TableInFirstNSAddFooTable(builder, fooTable): argument
DTableInFirstNS.php106 public static function addFooTable(FlatBufferBuilder $builder, $fooTable)