Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNST.java14 private NamespaceA.NamespaceB.StructInNestedNST fooStruct; field in TableInFirstNST
30 …public void setFooStruct(NamespaceA.NamespaceB.StructInNestedNST fooStruct) { this.fooStruct = foo… in setFooStruct()
DTableInFirstNS.kt72 …val fooStruct : NamespaceA.NamespaceB.StructInNestedNS? get() = fooStruct(NamespaceA.NamespaceB.St… constant
73 …fun fooStruct(obj: NamespaceA.NamespaceB.StructInNestedNS) : NamespaceA.NamespaceB.StructInNestedN… in fooStruct() method in NamespaceA.TableInFirstNS
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.py86 def TableInFirstNSAddFooStruct(builder, fooStruct): builder.PrependStructSlot(4, flatbuffers.number… argument
87 def AddFooStruct(builder, fooStruct): argument
DTableInFirstNS.php141 public static function addFooStruct(FlatBufferBuilder $builder, $fooStruct)