Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.adaptors/range.copy.wrap/
Dtypes.h129 struct ThrowsOnCopy { struct
131 constexpr explicit ThrowsOnCopy(int x) : value(x) { } in ThrowsOnCopy() function
132 ThrowsOnCopy(ThrowsOnCopy const& other) { in ThrowsOnCopy() function
137 ThrowsOnCopy& operator=(ThrowsOnCopy const&) = delete; // prevent from being copyable argument
145 inline std::ranges::__copyable_box<ThrowsOnCopy> create_empty_box() { in create_empty_box() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.not_fn/
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()
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp416 struct ThrowsOnCopy { in throws_in_constructor_test() struct
417 ThrowsOnCopy(ThrowsOnCopy const&) { in throws_in_constructor_test() function
421 bool operator()() const { in throws_in_constructor_test()