Home
last modified time | relevance | path

Searched defs:NotDefaultConstructible (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.all/range.owning.view/
H A Dconstructor.pass.cpp30 struct NotDefaultConstructible { struct
32 constexpr explicit NotDefaultConstructible(int j) : i(j) {} in NotDefaultConstructible() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dpstl.stable_sort.pass.cpp129 struct NotDefaultConstructible { struct
130 NotDefaultConstructible(int i) : i_(i) {} in NotDefaultConstructible() argument
134 friend bool operator==(NotDefaultConstructible lhs, NotDefaultConstructible rhs) { in operator ==() argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-nice-strict_test.cc66 class NotDefaultConstructible { class
68 explicit NotDefaultConstructible(int) {} in NotDefaultConstructible() function in testing::gmock_nice_strict_test::NotDefaultConstructible
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc66 class NotDefaultConstructible { class
68 explicit NotDefaultConstructible(int) {} in NotDefaultConstructible() function in testing::gmock_nice_strict_test::NotDefaultConstructible
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc66 class NotDefaultConstructible { class
68 explicit NotDefaultConstructible(int) {} in NotDefaultConstructible() function in testing::gmock_nice_strict_test::NotDefaultConstructible
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_deleted_default_ctor.cpp47 struct NotDefaultConstructible // minimal class exposing the problem struct
Doptional_test_tc_base.cpp30 struct NotDefaultConstructible struct
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp29 struct NotDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct
H A Ddefault-expr-arguments.cpp76 struct NotDefaultConstructible { // expected-note 2 {{candidate constructor (the implicit copy cons… struct