Home
last modified time | relevance | path

Searched defs:large_throws_on_copy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dany_helpers.h310 struct large_throws_on_copy struct
318 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
322 explicit large_throws_on_copy(int, int val, int) : value(val) { in large_throws_on_copy() argument
326 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function
330 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
335 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
341 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
345 int large_throws_on_copy::count = 0; argument
H A Dexperimental_any_helpers.h262 struct large_throws_on_copy struct
267 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
272 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() argument
276 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
281 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
287 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
291 int large_throws_on_copy::count = 0; argument
/aosp_15_r20/external/libcxx/test/support/
H A Dany_helpers.h313 struct large_throws_on_copy struct
321 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
325 explicit large_throws_on_copy(int, int val, int) : value(val) { in large_throws_on_copy() function
329 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() argument
333 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
338 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
344 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
348 int large_throws_on_copy::count = 0; argument
H A Dexperimental_any_helpers.h268 struct large_throws_on_copy struct
273 explicit large_throws_on_copy(int val = 0) : value(val) { in value() argument
278 large_throws_on_copy(large_throws_on_copy const &) { in large_throws_on_copy() function
282 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() argument
287 ~large_throws_on_copy() { in ~large_throws_on_copy() argument
293 large_throws_on_copy& operator=(large_throws_on_copy &&) = delete; argument
297 int large_throws_on_copy::count = 0; argument