Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
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
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
DTableInFirstNS.py91 def AddFooStruct(builder, fooStruct): builder.PrependStructSlot(4, flatbuffers.number_types.UOffset… argument
92 def TableInFirstNSAddFooStruct(builder, fooStruct): argument
DTableInFirstNS.php141 public static function addFooStruct(FlatBufferBuilder $builder, $fooStruct)
/third_party/flatbuffers/tests/namespace_test/namespace-a/
Dtable-in-first-n-s.js48 fooStruct(obj) { method in TableInFirstNS
101 …oEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooUnion = null, fooStruct = null) { argument
Dtable-in-first-n-s.ts60 fooStruct(obj?:StructInNestedNS):StructInNestedNS|null { method in TableInFirstNS