| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | sanitize-dtor-zero-size-field.cpp | 24 struct Struct { struct 25 Trivial f1; 26 int f2; 27 char f3; 28 ~Struct(){}; in ~Struct() 38 struct Struct { struct 39 NonTrivial nt; 40 Trivial f1; 41 int f2; 42 char f3; [all …]
|
| D | this-nonnull.cpp | 4 struct Struct { struct 11 void TestReturnsVoid(Struct &s) { in TestReturnsVoid() argument
|
| /external/rust/crates/pin-project/tests/ |
| D | lint.rs | 475 pub struct Struct { struct 477 pub p: Box<isize>, 478 pub u: Box<isize>, 494 Struct { enumerator 553 pub struct Struct { struct 556 pub p: (), 558 pub u: (), 582 Struct { enumerator 669 pub struct Struct<'a, T, U> struct 675 pub pinned: &'a mut T, [all …]
|
| D | pinned_drop.rs | 10 pub struct Struct<'a> { in safe_project() struct 11 was_dropped: &'a mut bool, in safe_project() 13 field: u8, in safe_project() 17 impl PinnedDrop for Struct<'_> { in safe_project() implementation 59 pub struct Struct { in self_ty() struct 60 pub f: (), in self_ty() 64 impl PinnedDrop for Struct { in self_ty() implementation 101 Struct { f: () }, in self_ty() enumerator 176 struct Struct { in self_arg_inside_macro_call() struct 177 f: (), in self_arg_inside_macro_call() [all …]
|
| /external/starlark-go/starlarkstruct/ |
| D | struct.go | 101 type Struct struct { struct 102 constructor starlark.Value 103 entries entries // sorted by name 127 func (s *Struct) ToStringDict(d starlark.StringDict) { 133 func (s *Struct) String() string { 156 func (s *Struct) Constructor() starlark.Value { return s.constructor } 158 func (s *Struct) Type() string { return "struct" } 159 func (s *Struct) Truth() starlark.Bool { return true } // even when empty 160 func (s *Struct) Hash() (uint32, error) { 175 func (s *Struct) Freeze() { [all …]
|
| /external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
| D | bitfields.cpp | 11 struct Struct { struct 23 constexpr Struct TheStruct; argument
|
| D | ast-methods.cpp | 9 struct Struct { struct 21 Struct s; argument
|
| D | tag-types.cpp | 11 struct Struct { struct 13 bool B; 14 char C; 15 signed char SC; 16 unsigned char UC; 17 char16_t C16; 18 char32_t C32; 19 wchar_t WC; 20 short S; 21 unsigned short US; [all …]
|
| /external/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() method
|
| /external/rust/crates/pin-project/tests/expand/multifields/ |
| D | struct.rs | 4 struct Struct<T, U> { struct 6 pinned1: T, 8 pinned2: T, 9 unpinned1: U, 10 unpinned2: U,
|
| /external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
| D | struct.expanded.rs | 3 struct Struct<T, U> { struct 5 pinned: T, 6 unpinned: U, 55 impl<T, U> Struct<T, U> { impl 85 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 92 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 94 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation 98 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} implementation
|
| D | struct.rs | 4 struct Struct<T, U> { struct 10 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} argument
|
| /external/rust/crates/pin-project/examples/ |
| D | unsafe_unpin-expanded.rs | 26 pub struct Struct<T, U> { struct 35 Struct<T, U>: 'pin, argument 48 impl<T, U> Struct<T, U> { implementation 85 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 96 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 100 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation 105 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} implementation
|
| D | not_unpin-expanded.rs | 27 pub struct Struct<T, U> { struct 36 Struct<T, U>: 'pin, argument 49 impl<T, U> Struct<T, U> { implementation 89 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 101 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 113 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 117 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| D | unsafe_unpin.rs | 8 pub struct Struct<T, U> { struct 14 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} implementation
|
| D | struct-default-expanded.rs | 24 struct Struct<T, U> { struct 33 Struct<T, U>: 'pin, argument 46 impl<T, U> Struct<T, U> { impl 124 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 135 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 148 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 152 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| /external/rust/crates/pin-project/tests/expand/not_unpin/ |
| D | struct.expanded.rs | 3 struct Struct<T, U> { struct 5 pinned: T, 6 unpinned: U, 55 impl<T, U> Struct<T, U> { impl 85 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 91 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 99 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 101 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| /external/llvm-project/lldb/test/API/functionalities/data-formatter/type_summary_list_script/ |
| D | main.cpp | 3 typedef struct Struct struct 7 } Struct; typedef
|
| /external/rust/crates/pin-project/tests/expand/naming/ |
| D | struct-none.expanded.rs | 3 struct Struct<T, U> { struct 5 pinned: T, 6 unpinned: U, 55 impl<T, U> Struct<T, U> { impl 96 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 101 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 110 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| D | struct-mut.expanded.rs | 3 struct Struct<T, U> { struct 21 Struct<T, U>: 'pin, argument 55 impl<T, U> Struct<T, U> { impl 94 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 99 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 106 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 108 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| D | struct-ref.expanded.rs | 3 struct Struct<T, U> { struct 21 Struct<T, U>: 'pin, argument 55 impl<T, U> Struct<T, U> { implementation 96 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 101 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 110 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| /external/rust/crates/pin-project/tests/expand/default/ |
| D | struct.expanded.rs | 3 struct Struct<T, U> { struct 5 pinned: T, 6 unpinned: U, 55 impl<T, U> Struct<T, U> { implementation 96 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 101 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 110 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| /external/rust/crates/pin-project/tests/expand/pub/ |
| D | struct.expanded.rs | 3 pub struct Struct<T, U> { struct 5 pub pinned: T, 6 pub unpinned: U, 55 impl<T, U> Struct<T, U> { impl 96 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 101 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {} implementation 110 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|
| /external/rust/crates/serde_cbor/tests/ |
| D | value.rs | 17 struct Struct<'a> { struct 18 tuple_struct: TupleStruct, 19 tuple: (String, f32, f64), 20 map: BTreeMap<String, String>, 21 bytes: &'a [u8], 22 array: Vec<String>, 23 unit_array: Vec<UnitStruct>,
|
| /external/rust/crates/pin-project/tests/expand/pinned_drop/ |
| D | struct.expanded.rs | 4 struct Struct<T, U> { struct 6 pinned: T, 7 unpinned: U, 56 impl<T, U> Struct<T, U> { implementation 97 impl<'pin, T, U> ::pin_project::__private::Unpin for Struct<T, U> where implementation 102 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Struct<T, U> where implementation 106 impl<T, U> ::pin_project::__private::Drop for Struct<T, U> { implementation 115 impl<T, U> ::pin_project::__private::PinnedDrop for Struct<T, U> { implementation
|