HomeSort by relevance Sort by last modified time
    Searched defs:throws_on_move (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
any_helpers.h 259 // and 'throws_on_move'.
351 struct throws_on_move struct
359 explicit throws_on_move(int val = 0) : value(val) { ++count; } function in struct:throws_on_move
360 explicit throws_on_move(int, int val, int) : value(val) { ++count; } function in struct:throws_on_move
361 throws_on_move(throws_on_move const & other) { function in struct:throws_on_move
366 throws_on_move(throws_on_move &&) { function in struct:throws_on_move
370 ~throws_on_move() {
374 throws_on_move& operator=(throws_on_move const&) = delete
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 259 // and 'throws_on_move'.
351 struct throws_on_move struct
359 explicit throws_on_move(int val = 0) : value(val) { ++count; } function in struct:throws_on_move
360 explicit throws_on_move(int, int val, int) : value(val) { ++count; } function in struct:throws_on_move
361 throws_on_move(throws_on_move const & other) { function in struct:throws_on_move
366 throws_on_move(throws_on_move &&) { function in struct:throws_on_move
370 ~throws_on_move() {
374 throws_on_move& operator=(throws_on_move const&) = delete
    [all...]

Completed in 404 milliseconds