Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.kt60 …val fooStruct : NamespaceA.NamespaceB.StructInNestedNS? get() = fooStruct(NamespaceA.NamespaceB.St… constant in NamespaceA.TableInFirstNS
61 …fun fooStruct(obj: NamespaceA.NamespaceB.StructInNestedNS) : NamespaceA.NamespaceB.StructInNestedN… in fooStruct() method in NamespaceA.TableInFirstNS
H A DTableInFirstNST.java14 private NamespaceA.NamespaceB.StructInNestedNST fooStruct; field in TableInFirstNST
30 …public void setFooStruct(NamespaceA.NamespaceB.StructInNestedNST fooStruct) { this.fooStruct = foo… in setFooStruct()
H A DTableInFirstNS.java24 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.Namesp… in fooStruct() method in TableInFirstNS
25 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj… in fooStruct() method in TableInFirstNS
H A DTableInFirstNS.py86 def TableInFirstNSAddFooStruct(builder, fooStruct): builder.PrependStructSlot(4, flatbuffers.number… argument
87 def AddFooStruct(builder, fooStruct): argument
H A DTableInFirstNS.php141 public static function addFooStruct(FlatBufferBuilder $builder, $fooStruct)
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/
H A Dtable-in-first-n-s.js48 fooStruct(obj) { method in TableInFirstNS
101 …oEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooUnion = null, fooStruct = null) { argument
H A Dtable-in-first-n-s.ts60 fooStruct(obj?:StructInNestedNS):StructInNestedNS|null { method in TableInFirstNS