Searched defs:FooStruct (Results 1 – 8 of 8) sorted by relevance
4 struct FooStruct struct10 struct FooStruct::Embedded argument
5 struct FooStruct struct11 struct FooStruct::Embedded argument
25 …public NamespaceA.NamespaceB.StructInNestedNS? FooStruct { get { int o = __p.__offset(8); return o… property63 public NamespaceA.NamespaceB.StructInNestedNST FooStruct { get; set; } property in NamespaceA.TableInFirstNST
14 FooStruct *NamespaceA__NamespaceB.StructInNestedNST member86 func (rcv *TableInFirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__Nam… func
40 function TableInFirstNS_mt:FooStruct() function
41 def FooStruct(self): member in TableInFirstNS
9 struct FooStruct { }; // LF_STRUCTURE struct
1830 struct FooStruct { struct1831 a: i8,1832 b: u8,1833 c: i16,1835 impl FooStruct { impl1844 impl flatbuffers::SafeSliceAccess for FooStruct {} implementation1845 impl<'a> flatbuffers::Follow<'a> for FooStruct { implementation1852 impl<'a> flatbuffers::Follow<'a> for &'a FooStruct { implementation