Searched defs:fooStruct (Results 1 – 4 of 4) sorted by relevance
21 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct() { return fooStruct(new NamespaceA.Namesp… in fooStruct() method in TableInFirstNS22 …public NamespaceA.NamespaceB.StructInNestedNS fooStruct(NamespaceA.NamespaceB.StructInNestedNS obj… in fooStruct() method in TableInFirstNS
53 def TableInFirstNSAddFooStruct(builder, fooStruct): builder.PrependStructSlot(2, flatbuffers.number… argument
106 public static function addFooStruct(FlatBufferBuilder $builder, $fooStruct)
92 NamespaceA.TableInFirstNS.prototype.fooStruct = function(obj) { method in NamespaceA.TableInFirstNS