Home
last modified time | relevance | path

Searched defs:ThrowsOnCopy (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dtypes.h124 struct ThrowsOnCopy { struct
126 constexpr explicit ThrowsOnCopy(int x) : value(x) {} in ThrowsOnCopy() function
127 ThrowsOnCopy(ThrowsOnCopy const& other) { in ThrowsOnCopy() function
134 ThrowsOnCopy& operator=(ThrowsOnCopy const&) = delete; // prevent from being copyable argument
142 inline std::ranges::__movable_box<ThrowsOnCopy> create_empty_box() { in create_empty_box() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp241 struct ThrowsOnCopy { in throws_in_constructor_test() struct
242 ThrowsOnCopy(ThrowsOnCopy const&) { in throws_in_constructor_test() function
246 bool operator()() const { in throws_in_constructor_test()
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp416 struct ThrowsOnCopy { in throws_in_constructor_test() struct
417 ThrowsOnCopy(ThrowsOnCopy const&) { in throws_in_constructor_test() argument
421 bool operator()() const { in throws_in_constructor_test()