Searched defs:fooStruct (Results 1 – 6 of 6) sorted by relevance
60 …val fooStruct : NamespaceA.NamespaceB.StructInNestedNS? get() = fooStruct(NamespaceA.NamespaceB.St… constant in NamespaceA.TableInFirstNS61 …fun fooStruct(obj: NamespaceA.NamespaceB.StructInNestedNS) : NamespaceA.NamespaceB.StructInNestedN… in fooStruct() method
24 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.Namesp… in fooStruct() method in TableInFirstNS25 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj… in fooStruct() method in TableInFirstNS
91 def AddFooStruct(builder, fooStruct): builder.PrependStructSlot(4, flatbuffers.number_types.UOffset… argument92 def TableInFirstNSAddFooStruct(builder, fooStruct): argument
141 public static function addFooStruct(FlatBufferBuilder $builder, $fooStruct)
48 fooStruct(obj) { method in TableInFirstNS101 …oEnum = EnumInNestedNS.A, fooUnionType = UnionInNestedNS.NONE, fooUnion = null, fooStruct = null) { argument
60 fooStruct(obj?:StructInNestedNS):StructInNestedNS|null { method in TableInFirstNS