| /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;
|
| /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 { implementation
|
| D | stdint_typedef.rs | 13 pub struct Struct { struct 18 const UNINIT: ::std::mem::MaybeUninit<Struct> = in bindgen_test_layout_Struct() argument
|
| /third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
| D | sort.go | 21 func TopologicalSortStructs(ns []*Struct) (sorted []*Struct, ok bool) { 41 func tssVisit(dst []*Struct, n *Struct, byQID map[t.QID]*Struct, marks map[*Struct]uint8) ([]*Struc…
|
| /third_party/rust/crates/pin-project-lite/tests/expand/naming/ |
| D | struct-none.expanded.rs | 2 struct Struct<T, U> { struct 21 Struct<T, U>: '__pin, argument 40 impl<T, U> Struct<T, U> { impl 70 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 77 impl<T, U> MustNotImplDrop for Struct<T, U> {} implementation
|
| D | struct-mut.expanded.rs | 2 struct Struct<T, U> { struct 15 Struct<T, U>: '__pin, argument 40 impl<T, U> Struct<T, U> { impl 70 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 77 impl<T, U> MustNotImplDrop for Struct<T, U> {} implementation
|
| D | struct-ref.expanded.rs | 2 struct Struct<T, U> { struct 15 Struct<T, U>: '__pin, argument 40 impl<T, U> Struct<T, U> { implementation 70 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 77 impl<T, U> MustNotImplDrop for Struct<T, U> {} implementation
|
| D | struct-all.expanded.rs | 2 struct Struct<T, U> { struct 15 Struct<T, U>: '__pin, argument 49 impl<T, U> Struct<T, U> { implementation 103 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 110 impl<T, U> MustNotImplDrop for Struct<T, U> {} implementation
|
| D | enum-all.expanded.rs | 3 Struct { pinned: T, unpinned: U }, enumerator 17 Struct { enumerator 34 Struct { enumerator 46 Struct { enumerator 115 Struct: (T, ::pin_project_lite::__private::AlwaysUnpin<U>), field
|
| D | enum-mut.expanded.rs | 3 Struct { pinned: T, unpinned: U }, enumerator 17 Struct { enumerator 45 Struct: (T, ::pin_project_lite::__private::AlwaysUnpin<U>), field
|
| D | enum-ref.expanded.rs | 3 Struct { pinned: T, unpinned: U }, enumerator 17 Struct { enumerator 45 Struct: (T, ::pin_project_lite::__private::AlwaysUnpin<U>), field
|
| /third_party/rust/crates/pin-project-lite/tests/expand/default/ |
| D | struct.expanded.rs | 2 struct Struct<T, U> { struct 21 Struct<T, U>: '__pin, argument 40 impl<T, U> Struct<T, U> { implementation 70 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 77 impl<T, U> MustNotImplDrop for Struct<T, U> {} implementation
|
| D | enum.expanded.rs | 3 Struct { pinned: T, unpinned: U }, enumerator 17 Struct { enumerator 34 Struct { enumerator 46 Struct { enumerator 115 Struct: (T, ::pin_project_lite::__private::AlwaysUnpin<U>), field
|
| /third_party/rust/crates/pin-project-lite/tests/expand/pub/ |
| D | struct.expanded.rs | 2 pub struct Struct<T, U> { struct 21 Struct<T, U>: '__pin, argument 40 impl<T, U> Struct<T, U> { impl 70 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 77 impl<T, U> MustNotImplDrop for Struct<T, U> {} implementation
|
| D | enum.expanded.rs | 3 Struct { pinned: T, unpinned: U }, enumerator 17 Struct { enumerator 34 Struct { enumerator 75 Struct: (T, ::pin_project_lite::__private::AlwaysUnpin<U>), field
|
| /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/pin-project-lite/tests/expand/pinned_drop/ |
| D | struct.expanded.rs | 3 struct Struct<T, U> { struct 22 Struct<T, U>: '__pin, argument 41 impl<T, U> Struct<T, U> { impl 71 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 75 impl<T, U> ::pin_project_lite::__private::Drop for Struct<T, U> { implementation
|
| D | enum.expanded.rs | 4 Struct { pinned: T, unpinned: U }, enumerator 18 Struct { enumerator 35 Struct { enumerator 76 Struct: (T, ::pin_project_lite::__private::AlwaysUnpin<U>), field
|
| /third_party/rust/crates/pin-project-lite/tests/expand/multifields/ |
| D | struct.expanded.rs | 2 struct Struct<T, U> { struct 13 struct StructProjReplace<T, U> { argument 57 impl<T, U> Struct<T, U> { impl 136 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Struct<T, U> where implementation 143 impl<T, U> MustNotImplDrop for Struct<T, U> {} implementation
|
| /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
|
| /third_party/rust/crates/serde/test_suite/no_std/src/ |
| D | main.rs | 34 struct Struct { struct 43 Struct { f: u8 }, enumerator
|
| /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/cxx/tests/ui/ |
| D | derive_duplicate.rs | 4 struct Struct { struct 5 x: usize,
|
| /third_party/rust/crates/cfg-if/src/ |
| D | lib.rs | 161 struct Struct; struct 163 impl Trait for Struct { implementation
|