Home
last modified time | relevance | path

Searched defs:small_throws_on_copy (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dany_helpers.h275 struct small_throws_on_copy struct
283 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument
286 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() argument
289 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function
293 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument
298 ~small_throws_on_copy() { in ~small_throws_on_copy() argument
303 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument
Dexperimental_any_helpers.h238 struct small_throws_on_copy struct
243 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument
247 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function
251 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument
256 ~small_throws_on_copy() { in ~small_throws_on_copy() argument
261 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument