Searched refs:FooStruct (Results 1 – 5 of 5) sorted by relevance
28 …public NamespaceA.NamespaceB.StructInNestedNS? FooStruct { get { int o = __p.__offset(12); return … property71 _o.FooStruct = this.FooStruct.HasValue ? this.FooStruct.Value.UnPack() : null; in UnPackTo()84 _o.FooStruct); in Pack()108 public NamespaceA.NamespaceB.StructInNestedNST FooStruct { get; set; } property in NamespaceA.TableInFirstNST114 this.FooStruct = new NamespaceA.NamespaceB.StructInNestedNST(); in TableInFirstNST()
15 FooStruct *NamespaceA__NamespaceB.StructInNestedNST member30 fooStructOffset := t.FooStruct.Pack(builder)42 t.FooStruct = rcv.FooStruct(nil).UnPack()125 func (rcv *TableInFirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__Nam… func
62 def FooStruct(self): member in TableInFirstNS135 if tableInFirstNS.FooStruct() is not None:136 self.fooStruct = StructInNestedNST.InitFromObj(tableInFirstNS.FooStruct())
58 function TableInFirstNS_mt:FooStruct() function
2120 struct FooStruct { struct2125 impl FooStruct { impl2127 FooStruct { in new()2134 impl flatbuffers::SafeSliceAccess for FooStruct {} implementation2135 impl<'a> flatbuffers::Follow<'a> for FooStruct { implementation2136 type Inner = &'a FooStruct;2139 <&'a FooStruct>::follow(buf, loc) in follow()2142 impl<'a> flatbuffers::Follow<'a> for &'a FooStruct { implementation2143 type Inner = &'a FooStruct;2146 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in follow()[all …]