Home
last modified time | relevance | path

Searched refs:FooStruct (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.cs28 …public NamespaceA.NamespaceB.StructInNestedNS? FooStruct { get { int o = __p.__offset(12); return … property
71 _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.TableInFirstNST
114 this.FooStruct = new NamespaceA.NamespaceB.StructInNestedNST(); in TableInFirstNST()
DTableInFirstNS.go15 FooStruct *NamespaceA__NamespaceB.StructInNestedNST member
30 fooStructOffset := t.FooStruct.Pack(builder)
42 t.FooStruct = rcv.FooStruct(nil).UnPack()
125 func (rcv *TableInFirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__Nam… func
DTableInFirstNS.py62 def FooStruct(self): member in TableInFirstNS
135 if tableInFirstNS.FooStruct() is not None:
136 self.fooStruct = StructInNestedNST.InitFromObj(tableInFirstNS.FooStruct())
DTableInFirstNS.lua58 function TableInFirstNS_mt:FooStruct() function
/third_party/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2120 struct FooStruct { struct
2125 impl FooStruct { impl
2127 FooStruct { in new()
2134 impl flatbuffers::SafeSliceAccess for FooStruct {} implementation
2135 impl<'a> flatbuffers::Follow<'a> for FooStruct { implementation
2136 type Inner = &'a FooStruct;
2139 <&'a FooStruct>::follow(buf, loc) in follow()
2142 impl<'a> flatbuffers::Follow<'a> for &'a FooStruct { implementation
2143 type Inner = &'a FooStruct;
2146 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in follow()
[all …]