Home
last modified time | relevance | path

Searched refs:NoDefault (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dno_default_allowlisted.rs10 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 Dno_default_opaque.rs11 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 Dno_default_bypass_derive_default.rs23 pub struct NoDefault<T> { structure names
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dno_default_allowlisted.hpp1 // bindgen-flags: --allowlist-type "NoDefault" --no-default "NoDefault"
3 class NoDefault { class
H A Dno_default_opaque.hpp1 // bindgen-flags: --opaque-type "NoDefault" --no-default "NoDefault"
3 class NoDefault { class
H A Dno_default_bypass_derive_default.hpp1 // 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 Doptional_test.cc163 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