| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | bitfield_pragma_packed.h | 2 struct Struct { struct 3 unsigned char a : 1; 4 unsigned char b : 1; 5 unsigned char c : 6; 6 unsigned short int d : 16; 7 unsigned char e : 8;
|
| D | stdint_typedef.h | 8 struct Struct { struct 9 uint64_t field;
|
| D | parm-union.hpp | 1 struct Struct struct
|
| /third_party/flatbuffers/net/FlatBuffers/ |
| D | Struct.cs | 22 public struct Struct struct 24 public int bb_pos { get; private set; } 25 public ByteBuffer bb { get; private set; } 28 public Struct(int _i, ByteBuffer _bb) : this() in Struct() argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | parm-union.rs | 10 pub struct Struct { struct 16 ::std::mem::size_of::<Struct>(), in bindgen_test_layout_Struct() argument 28 pub fn Struct_Function(this: *mut Struct, arg1: *mut Union); in Struct_Function() 30 impl Struct { impl
|
| D | stdint_typedef.rs | 13 pub struct Struct { struct 18 const UNINIT: ::std::mem::MaybeUninit<Struct> = in bindgen_test_layout_Struct() argument
|
| D | bitfield_pragma_packed.rs | 96 pub struct Struct { struct 103 ::std::mem::size_of::<Struct>(), in bindgen_test_layout_Struct() argument 113 impl Struct { implementation
|
| /third_party/rust/crates/cxx/syntax/ |
| D | toposort.rs | 10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort() 23 strct: &'a Struct, in visit() 24 sorted: &mut Vec<&'a Struct>, in visit() 25 marks: &mut Map<*const Struct, Mark>, in visit()
|
| /third_party/rust/crates/serde/test_suite/tests/ui/remote/ |
| D | double_generic.rs | 4 pub struct Struct<T, U> { struct 11 #[serde(remote = "remote::StructGeneric<u8>")]
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| D | test_self.rs | 25 pub struct Struct { in test_self() struct 26 _f1: Box<Self>, in test_self() 27 _f2: Box<<Self as Trait>::Assoc>, in test_self() 32 impl Struct { in test_self() impl
|
| D | test_ser.rs | 38 struct Struct { struct 39 a: i32, 40 b: i32, 41 c: i32,
|
| D | test_macros.rs | 688 struct Struct { in test_internally_tagged_enum() struct 689 f: u8, in test_internally_tagged_enum() 1154 Struct { f: u8 }, in test_adjacently_tagged_enum() enumerator 1553 Struct { f: u8 }, in test_enum_in_internally_tagged_enum() enumerator 1644 pub struct Struct { in test_internally_tagged_struct() struct 1645 a: u8, in test_internally_tagged_struct() 1698 pub struct Struct { in test_internally_tagged_struct_with_flattened_field() struct 1700 pub flat: Enum, in test_internally_tagged_struct_with_flattened_field() 1780 Struct { f: u8 }, in test_enum_in_untagged_enum() enumerator
|
| /third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/ |
| D | qc_serious.rs | 102 struct Struct { struct 103 a: Vec<Enum>, 104 b: BTreeMap<NonNullString, Enum>, 105 c: Tuple, 106 d: (Unit, Unit), 107 e: Array4<NewType>,
|
| /third_party/rust/crates/serde/test_suite/no_std/src/ |
| D | main.rs | 35 struct Struct { struct 44 Struct { f: u8 }, enumerator
|
| /third_party/rust/crates/serde/test_suite/tests/ui/malformed/ |
| D | str_suffix.rs | 5 pub struct Struct { struct 7 pub field: i32,
|
| /third_party/flatbuffers/go/ |
| D | struct.go | 6 type Struct struct { struct 7 Table
|
| /third_party/rust/crates/cxx/tests/ui/ |
| D | derive_duplicate.rs | 4 struct Struct { struct 5 x: usize,
|
| D | deny_elided_lifetimes.rs | 6 struct Struct<'a> { struct 7 reference: &'a i32,
|
| /third_party/rust/crates/cxx/macro/src/ |
| D | derive.rs | 7 pub fn expand_struct(strct: &Struct, actual_derives: &mut Option<TokenStream>) -> TokenStream { in expand_struct() 97 fn struct_copy(strct: &Struct, span: Span) -> TokenStream { in struct_copy() 106 fn struct_clone(strct: &Struct, span: Span) -> TokenStream { in struct_clone() 135 fn struct_debug(strct: &Struct, span: Span) -> TokenStream { in struct_debug() 153 fn struct_default(strct: &Struct, span: Span) -> TokenStream { in struct_default() 172 fn struct_ord(strct: &Struct, span: Span) -> TokenStream { in struct_ord() 192 fn struct_partial_ord(strct: &Struct, span: Span) -> TokenStream { in struct_partial_ord()
|
| /third_party/rust/crates/cfg-if/src/ |
| D | lib.rs | 161 struct Struct; struct 163 impl Trait for Struct { implementation
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | type_mappings.h | 30 class Struct; variable 46 class Struct; variable
|
| /third_party/rust/crates/serde/test_suite/tests/ui/with-variant/ |
| D | skip_de_struct_field.rs | 6 Struct { enumerator
|
| D | skip_ser_struct_field_if.rs | 6 Struct { enumerator
|
| D | skip_ser_struct_field.rs | 6 Struct { enumerator
|
| /third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/ |
| D | Struct.php | 7 class Struct class
|