HomeSort by relevance Sort by last modified time
    Searched refs:large_throws_on_copy (Results 1 - 18 of 18) sorted by null

  /external/libcxx/test/support/
experimental_any_helpers.h 222 // The exception type thrown by 'small_throws_on_copy', 'large_throws_on_copy'
266 struct large_throws_on_copy
271 explicit large_throws_on_copy(int val = 0) : value(val) {
276 large_throws_on_copy(large_throws_on_copy const &) {
280 large_throws_on_copy(large_throws_on_copy && other) throw() {
285 ~large_throws_on_copy() {
290 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete
    [all...]
any_helpers.h 258 // The exception type thrown by 'small_throws_on_copy', 'large_throws_on_copy'
310 struct large_throws_on_copy struct
318 explicit large_throws_on_copy(int val = 0) : value(val) { function in struct:large_throws_on_copy
322 explicit large_throws_on_copy(int, int val, int) : value(val) { function in struct:large_throws_on_copy
326 large_throws_on_copy(large_throws_on_copy const &) { function in struct:large_throws_on_copy
330 large_throws_on_copy(large_throws_on_copy && other) throw() { function in struct:large_throws_on_copy
335 ~large_throws_on_copy() {
340 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 222 // The exception type thrown by 'small_throws_on_copy', 'large_throws_on_copy'
266 struct large_throws_on_copy
271 explicit large_throws_on_copy(int val = 0) : value(val) {
276 large_throws_on_copy(large_throws_on_copy const &) {
280 large_throws_on_copy(large_throws_on_copy && other) throw() {
285 ~large_throws_on_copy() {
290 large_throws_on_copy& operator=(large_throws_on_copy const&) = delete
    [all...]
  /external/libcxx/test/std/experimental/any/any.class/any.cons/
copy.pass.cpp 99 test_copy_throws<large_throws_on_copy>();
value.pass.cpp 114 test_copy_value_throws<large_throws_on_copy>();
  /external/libcxx/test/std/utilities/any/any.class/any.cons/
copy.pass.cpp 99 test_copy_throws<large_throws_on_copy>();
value.pass.cpp 151 test_copy_value_throws<large_throws_on_copy>();
in_place_type.pass.cpp 187 test_in_place_type<large_throws_on_copy>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.cons/
copy.pass.cpp 99 test_copy_throws<large_throws_on_copy>();
value.pass.cpp 114 test_copy_value_throws<large_throws_on_copy>();
  /external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 131 test_make_any_type<large_throws_on_copy>();
  /external/libcxx/test/std/experimental/any/any.class/any.assign/
copy.pass.cpp 196 test_copy_assign_throws<large_throws_on_copy>();
value.pass.cpp 175 test_assign_throws<large_throws_on_copy>();
  /external/libcxx/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp 196 test_copy_assign_throws<large_throws_on_copy>();
value.pass.cpp 206 test_assign_throws<large_throws_on_copy>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.assign/
copy.pass.cpp 196 test_copy_assign_throws<large_throws_on_copy>();
value.pass.cpp 175 test_assign_throws<large_throws_on_copy>();
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 253 test_emplace_type<large_throws_on_copy>();

Completed in 187 milliseconds