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

  /external/libcxx/test/support/
any_helpers.h 258 // The exception type thrown by 'small_throws_on_copy', 'large_throws_on_copy'
272 struct small_throws_on_copy struct
280 explicit small_throws_on_copy(int val = 0) : value(val) { function in struct:small_throws_on_copy
283 explicit small_throws_on_copy(int, int val, int) : value(val) { function in struct:small_throws_on_copy
286 small_throws_on_copy(small_throws_on_copy const &) { function in struct:small_throws_on_copy
290 small_throws_on_copy(small_throws_on_copy && other) throw() { function in struct:small_throws_on_copy
295 ~small_throws_on_copy() {
299 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 258 // The exception type thrown by 'small_throws_on_copy', 'large_throws_on_copy'
272 struct small_throws_on_copy struct
280 explicit small_throws_on_copy(int val = 0) : value(val) { function in struct:small_throws_on_copy
283 explicit small_throws_on_copy(int, int val, int) : value(val) { function in struct:small_throws_on_copy
286 small_throws_on_copy(small_throws_on_copy const &) { function in struct:small_throws_on_copy
290 small_throws_on_copy(small_throws_on_copy && other) throw() { function in struct:small_throws_on_copy
295 ~small_throws_on_copy() {
299 small_throws_on_copy& operator=(small_throws_on_copy const&) = delete
    [all...]

Completed in 206 milliseconds