Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Dintegration_test.rs2162 struct FooStruct { struct
2163 a: i8,
2164 b: u8,
2165 c: i16,
2167 impl FooStruct { impl
2176 impl flatbuffers::SafeSliceAccess for FooStruct {} implementation
2177 impl<'a> flatbuffers::Follow<'a> for FooStruct { implementation
2184 impl<'a> flatbuffers::Follow<'a> for &'a FooStruct { implementation
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.go15 FooStruct *NamespaceA__NamespaceB.StructInNestedNST member
125 func (rcv *TableInFirstNS) FooStruct(obj *NamespaceA__NamespaceB.StructInNestedNS) *NamespaceA__Nam… func
H A DTableInFirstNS.cs28 …public NamespaceA.NamespaceB.StructInNestedNS? FooStruct { get { int o = __p.__offset(12); return … property
108 public NamespaceA.NamespaceB.StructInNestedNST FooStruct { get; set; } property in NamespaceA.TableInFirstNST
H A DTableInFirstNS.lua58 function TableInFirstNS_mt:FooStruct() function
H A DTableInFirstNS.py62 def FooStruct(self): member in TableInFirstNS