Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.kt43 …val fooStruct : NamespaceA.NamespaceB.StructInNestedNS? get() = fooStruct(NamespaceA.NamespaceB.St… constant
44 …fun fooStruct(obj: NamespaceA.NamespaceB.StructInNestedNS) : NamespaceA.NamespaceB.StructInNestedN… in fooStruct() method in NamespaceA.TableInFirstNS
DTableInFirstNS.java22 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.Namesp… in fooStruct() method in TableInFirstNS
23 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj… in fooStruct() method in TableInFirstNS
DTableInFirstNS.php106 public static function addFooStruct(FlatBufferBuilder $builder, $fooStruct)
DTableInFirstNS.py53 def TableInFirstNSAddFooStruct(builder, fooStruct): builder.PrependStructSlot(2, flatbuffers.number… argument
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.ts78 fooStruct(obj?:NS8755221360535654258.NamespaceA.NamespaceB.StructInNestedNS):NS8755221360535654258.… method in NamespaceA.TableInFirstNS
Dnamespace_test2_generated.js102 NamespaceA.TableInFirstNS.prototype.fooStruct = function(obj) { method in NamespaceA.TableInFirstNS