Home
last modified time | relevance | path

Searched refs:non_const_copied (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/support/
Dexperimental_any_helpers.h81 static int non_const_copied; member
87 small_type::non_const_copied = 0; in reset()
107 ++non_const_copied; in throw()
140 int small_type<Dummy>::non_const_copied = 0;
155 static int non_const_copied; member
161 large_type::non_const_copied = 0; in reset()
182 ++non_const_copied; in large_type()
216 int large_type<Dummy>::non_const_copied = 0;
Dany_helpers.h105 static int non_const_copied; member
111 small_type::non_const_copied = 0; in reset()
137 ++non_const_copied; in small_type()
170 int small_type<Dummy>::non_const_copied = 0;
185 static int non_const_copied; member
191 large_type::non_const_copied = 0; in reset()
218 ++non_const_copied; in large_type()
252 int large_type<Dummy>::non_const_copied = 0;
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp201 assert(Type::non_const_copied == 1); in test_cast_to_value()
215 assert(Type::non_const_copied == 0); in test_cast_to_value()
229 assert(Type::non_const_copied == 0); in test_cast_to_value()
243 assert(Type::non_const_copied == 1); in test_cast_to_value()
257 assert(Type::non_const_copied == 0); in test_cast_to_value()
271 assert(Type::non_const_copied == 0); in test_cast_to_value()
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp217 assert(Type::non_const_copied == 1); in test_cast_to_value()
231 assert(Type::non_const_copied == 1); in test_cast_to_value()
245 assert(Type::non_const_copied == 0); in test_cast_to_value()
260 assert(Type::non_const_copied == 0); in test_cast_to_value()
275 assert(Type::non_const_copied == 0); in test_cast_to_value()
291 assert(Type::non_const_copied == 0); in test_cast_to_value()