Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/external/llvm-project/clang/test/CodeGenCXX/
Dsanitize-dtor-zero-size-field.cpp24 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 …]
Dthis-nonnull.cpp4 struct Struct { struct
11 void TestReturnsVoid(Struct &s) { in TestReturnsVoid() argument
/external/rust/crates/pin-project/tests/
Dlint.rs475 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 …]
Dpinned_drop.rs10 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/
Dstruct.go101 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/
Dbitfields.cpp11 struct Struct { struct
23 constexpr Struct TheStruct; argument
Dast-methods.cpp9 struct Struct { struct
21 Struct s; argument
Dtag-types.cpp11 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/
DStruct.cs22 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/
Dstruct.rs4 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/
Dstruct.expanded.rs3 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
Dstruct.rs4 struct Struct<T, U> { struct
10 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} argument
/external/rust/crates/pin-project/examples/
Dunsafe_unpin-expanded.rs26 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
Dnot_unpin-expanded.rs27 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
Dunsafe_unpin.rs8 pub struct Struct<T, U> { struct
14 unsafe impl<T: Unpin, U> UnsafeUnpin for Struct<T, U> {} implementation
Dstruct-default-expanded.rs24 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/
Dstruct.expanded.rs3 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/
Dmain.cpp3 typedef struct Struct struct
7 } Struct; typedef
/external/rust/crates/pin-project/tests/expand/naming/
Dstruct-none.expanded.rs3 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
Dstruct-mut.expanded.rs3 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
Dstruct-ref.expanded.rs3 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/
Dstruct.expanded.rs3 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/
Dstruct.expanded.rs3 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/
Dvalue.rs17 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/
Dstruct.expanded.rs4 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

12345678910>>...12