Searched refs:NoDefault (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | no_default_allowlisted.rs | 10 pub struct NoDefault { structure names 15 const UNINIT: ::std::mem::MaybeUninit<NoDefault> = in bindgen_test_layout_NoDefault() 19 ::std::mem::size_of::<NoDefault>(), in bindgen_test_layout_NoDefault() 21 concat!("Size of: ", stringify!(NoDefault)) in bindgen_test_layout_NoDefault() 24 ::std::mem::align_of::<NoDefault>(), in bindgen_test_layout_NoDefault() 26 concat!("Alignment of ", stringify!(NoDefault)) in bindgen_test_layout_NoDefault() 33 stringify!(NoDefault), in bindgen_test_layout_NoDefault()
|
H A D | no_default_opaque.rs | 11 pub struct NoDefault { structure names 17 ::std::mem::size_of::<NoDefault>(), in bindgen_test_layout_NoDefault() 19 concat!("Size of: ", stringify!(NoDefault)) in bindgen_test_layout_NoDefault() 22 ::std::mem::align_of::<NoDefault>(), in bindgen_test_layout_NoDefault() 24 concat!("Alignment of ", stringify!(NoDefault)) in bindgen_test_layout_NoDefault()
|
H A D | no_default_bypass_derive_default.rs | 23 pub struct NoDefault<T> { structure names
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | no_default_allowlisted.hpp | 1 // bindgen-flags: --allowlist-type "NoDefault" --no-default "NoDefault" 3 class NoDefault { class
|
H A D | no_default_opaque.hpp | 1 // bindgen-flags: --opaque-type "NoDefault" --no-default "NoDefault" 3 class NoDefault { class
|
H A D | no_default_bypass_derive_default.hpp | 1 // bindgen-flags: --no-default "NoDefault" --rust-target 1.40 9 class NoDefault { class
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 163 struct NoDefault { struct 164 NoDefault() = delete; 165 NoDefault(const NoDefault&) {} in NoDefault() function 166 NoDefault& operator=(const NoDefault&) { return *this; } in operator =() 353 EXPECT_FALSE((std::is_constructible<absl::optional<NoDefault>, in TEST() 355 EXPECT_FALSE((std::is_constructible<absl::optional<NoDefault>, in TEST()
|
Completed in 7 milliseconds