Home
last modified time | relevance | path

Searched defs:small_throws_on_copy (Results 1 – 4 of 4) 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() function
289 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument
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
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dany_helpers.h272 struct small_throws_on_copy struct
280 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument
283 explicit small_throws_on_copy(int, int val, int) : value(val) { in small_throws_on_copy() function
286 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() function
290 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument
295 ~small_throws_on_copy() { in ~small_throws_on_copy() argument
300 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument
Dexperimental_any_helpers.h232 struct small_throws_on_copy struct
237 explicit small_throws_on_copy(int val = 0) : value(val) { in value() argument
241 small_throws_on_copy(small_throws_on_copy const &) { in small_throws_on_copy() argument
245 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() argument
250 ~small_throws_on_copy() { in ~small_throws_on_copy() argument
255 small_throws_on_copy& operator=(small_throws_on_copy &&) = delete; argument