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 - 18
of
18
) sorted by null
/external/libcxx/test/support/
experimental_any_helpers.h
222
// The exception type thrown by '
small_throws_on_copy
', 'large_throws_on_copy'
236
struct
small_throws_on_copy
241
explicit
small_throws_on_copy
(int val = 0) : value(val) {
245
small_throws_on_copy
(
small_throws_on_copy
const &) {
249
small_throws_on_copy
(
small_throws_on_copy
&& other) throw() {
254
~
small_throws_on_copy
() {
258
small_throws_on_copy
& operator=(
small_throws_on_copy
const&) = delete
[
all
...]
any_helpers.h
258
// The exception type thrown by '
small_throws_on_copy
', 'large_throws_on_copy'
272
struct
small_throws_on_copy
struct
280
explicit
small_throws_on_copy
(int val = 0) : value(val) {
function in struct:small_throws_on_copy
283
explicit
small_throws_on_copy
(int, int val, int) : value(val) {
function in struct:small_throws_on_copy
286
small_throws_on_copy
(
small_throws_on_copy
const &) {
function in struct:small_throws_on_copy
290
small_throws_on_copy
(
small_throws_on_copy
&& other) throw() {
function in struct:small_throws_on_copy
295
~
small_throws_on_copy
() {
299
small_throws_on_copy
& operator=(small_throws_on_copy const&) = delete
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h
222
// The exception type thrown by '
small_throws_on_copy
', 'large_throws_on_copy'
236
struct
small_throws_on_copy
241
explicit
small_throws_on_copy
(int val = 0) : value(val) {
245
small_throws_on_copy
(
small_throws_on_copy
const &) {
249
small_throws_on_copy
(
small_throws_on_copy
&& other) throw() {
254
~
small_throws_on_copy
() {
258
small_throws_on_copy
& operator=(
small_throws_on_copy
const&) = delete
[
all
...]
/external/libcxx/test/std/experimental/any/any.class/any.cons/
copy.pass.cpp
98
test_copy_throws<
small_throws_on_copy
>();
value.pass.cpp
113
test_copy_value_throws<
small_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.class/any.cons/
copy.pass.cpp
98
test_copy_throws<
small_throws_on_copy
>();
value.pass.cpp
150
test_copy_value_throws<
small_throws_on_copy
>();
in_place_type.pass.cpp
186
test_in_place_type<
small_throws_on_copy
>();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.cons/
copy.pass.cpp
98
test_copy_throws<
small_throws_on_copy
>();
value.pass.cpp
113
test_copy_value_throws<
small_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp
130
test_make_any_type<
small_throws_on_copy
>();
/external/libcxx/test/std/experimental/any/any.class/any.assign/
copy.pass.cpp
195
test_copy_assign_throws<
small_throws_on_copy
>();
value.pass.cpp
174
test_assign_throws<
small_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp
195
test_copy_assign_throws<
small_throws_on_copy
>();
value.pass.cpp
205
test_assign_throws<
small_throws_on_copy
>();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.assign/
copy.pass.cpp
195
test_copy_assign_throws<
small_throws_on_copy
>();
value.pass.cpp
174
test_assign_throws<
small_throws_on_copy
>();
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp
252
test_emplace_type<
small_throws_on_copy
>();
Completed in 436 milliseconds