Home
last modified time | relevance | path

Searched defs:throws_on_move (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dany_helpers.h351 struct throws_on_move struct
359 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument
360 explicit throws_on_move(int, int val, int) : value(val) { ++count; } in throws_on_move() argument
361 throws_on_move(throws_on_move const & other) { in throws_on_move() function
366 throws_on_move(throws_on_move &&) { in throws_on_move() function
370 ~throws_on_move() { in ~throws_on_move() argument
375 throws_on_move& operator=(throws_on_move &&) = delete; argument
H A Dexperimental_any_helpers.h295 struct throws_on_move struct
300 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument
302 throws_on_move(throws_on_move const & other) { in throws_on_move() function
307 throws_on_move(throws_on_move &&) { in throws_on_move() argument
311 ~throws_on_move() { in ~throws_on_move() argument
316 throws_on_move& operator=(throws_on_move &&) = delete; argument
/aosp_15_r20/external/libcxx/test/support/
H A Dany_helpers.h354 struct throws_on_move struct
362 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument
363 explicit throws_on_move(int, int val, int) : value(val) { ++count; } in throws_on_move() function
364 throws_on_move(throws_on_move const & other) { in throws_on_move() argument
369 throws_on_move(throws_on_move &&) { in throws_on_move() function
373 ~throws_on_move() { in ~throws_on_move() argument
378 throws_on_move& operator=(throws_on_move &&) = delete; argument
H A Dexperimental_any_helpers.h301 struct throws_on_move struct
306 explicit throws_on_move(int val = 0) : value(val) { ++count; } in value() argument
308 throws_on_move(throws_on_move const & other) { in throws_on_move() argument
313 throws_on_move(throws_on_move &&) { in throws_on_move() function
317 ~throws_on_move() { in ~throws_on_move() argument
322 throws_on_move& operator=(throws_on_move &&) = delete; argument
/aosp_15_r20/external/fmtlib/test/
H A Dstd-test.cc201 struct throws_on_move { struct
204 [[noreturn]] throws_on_move(throws_on_move&&) { in throws_on_move() argument