OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:large_throws_on_copy
(Results
1 - 9
of
9
) sorted by null
/external/libcxx/test/support/
experimental_any_helpers.h
224
// The exception type thrown by 'small_throws_on_copy', '
large_throws_on_copy
'
268
struct
large_throws_on_copy
273
explicit
large_throws_on_copy
(int val = 0) : value(val) {
278
large_throws_on_copy
(
large_throws_on_copy
const &) {
282
large_throws_on_copy
(
large_throws_on_copy
&& other) throw() {
287
~
large_throws_on_copy
() {
292
large_throws_on_copy
& operator=(
large_throws_on_copy
const&) = delete
[
all
...]
any_helpers.h
261
// The exception type thrown by 'small_throws_on_copy', '
large_throws_on_copy
'
313
struct
large_throws_on_copy
struct
321
explicit
large_throws_on_copy
(int val = 0) : value(val) {
function in struct:large_throws_on_copy
325
explicit
large_throws_on_copy
(int, int val, int) : value(val) {
function in struct:large_throws_on_copy
329
large_throws_on_copy
(
large_throws_on_copy
const &) {
function in struct:large_throws_on_copy
333
large_throws_on_copy
(
large_throws_on_copy
&& other) throw() {
function in struct:large_throws_on_copy
338
~
large_throws_on_copy
() {
343
large_throws_on_copy
& operator=(large_throws_on_copy const&) = delete
[
all
...]
/external/libcxx/test/std/utilities/any/any.class/any.cons/
copy.pass.cpp
107
test_copy_throws<
large_throws_on_copy
>();
value.pass.cpp
159
test_copy_value_throws<
large_throws_on_copy
>();
in_place_type.pass.cpp
195
test_in_place_type<
large_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp
139
test_make_any_type<
large_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp
204
test_copy_assign_throws<
large_throws_on_copy
>();
value.pass.cpp
214
test_assign_throws<
large_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp
283
test_emplace_type<
large_throws_on_copy
>();
Completed in 628 milliseconds