OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:small_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'
238
struct
small_throws_on_copy
243
explicit
small_throws_on_copy
(int val = 0) : value(val) {
247
small_throws_on_copy
(
small_throws_on_copy
const &) {
251
small_throws_on_copy
(
small_throws_on_copy
&& other) throw() {
256
~
small_throws_on_copy
() {
260
small_throws_on_copy
& operator=(
small_throws_on_copy
const&) = delete
[
all
...]
any_helpers.h
261
// The exception type thrown by '
small_throws_on_copy
', 'large_throws_on_copy'
275
struct
small_throws_on_copy
struct
283
explicit
small_throws_on_copy
(int val = 0) : value(val) {
function in struct:small_throws_on_copy
286
explicit
small_throws_on_copy
(int, int val, int) : value(val) {
function in struct:small_throws_on_copy
289
small_throws_on_copy
(
small_throws_on_copy
const &) {
function in struct:small_throws_on_copy
293
small_throws_on_copy
(
small_throws_on_copy
&& other) throw() {
function in struct:small_throws_on_copy
298
~
small_throws_on_copy
() {
302
small_throws_on_copy
& operator=(small_throws_on_copy const&) = delete
[
all
...]
/external/libcxx/test/std/utilities/any/any.class/any.cons/
copy.pass.cpp
106
test_copy_throws<
small_throws_on_copy
>();
value.pass.cpp
158
test_copy_value_throws<
small_throws_on_copy
>();
in_place_type.pass.cpp
194
test_in_place_type<
small_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp
138
test_make_any_type<
small_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp
203
test_copy_assign_throws<
small_throws_on_copy
>();
value.pass.cpp
213
test_assign_throws<
small_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp
282
test_emplace_type<
small_throws_on_copy
>();
Completed in 90 milliseconds