Searched defs:FooStruct (Results 1 – 5 of 5) sorted by relevance
2162 struct FooStruct { struct2163 a: i8,2164 b: u8,2165 c: i16,2167 impl FooStruct { impl2176 impl flatbuffers::SafeSliceAccess for FooStruct {} implementation2177 impl<'a> flatbuffers::Follow<'a> for FooStruct { implementation2184 impl<'a> flatbuffers::Follow<'a> for &'a FooStruct { implementation
15 FooStruct *NamespaceA__NamespaceB.StructInNestedNST member125 func (rcv *TableInFirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__Nam… func
28 …public NamespaceA.NamespaceB.StructInNestedNS? FooStruct { get { int o = __p.__offset(12); return … property108 public NamespaceA.NamespaceB.StructInNestedNST FooStruct { get; set; } property in NamespaceA.TableInFirstNST
58 function TableInFirstNS_mt:FooStruct() function
62 def FooStruct(self): member in TableInFirstNS