Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dany_helpers.h73 static int non_const_copied; member
79 small_type::non_const_copied = 0; in reset()
99 ++non_const_copied; in throw()
132 int small_type<Dummy>::non_const_copied = 0;
147 static int non_const_copied; member
153 large_type::non_const_copied = 0; in reset()
174 ++non_const_copied; in large_type()
208 int large_type<Dummy>::non_const_copied = 0;
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp200 assert(Type::non_const_copied == 1); in test_cast_to_value()
214 assert(Type::non_const_copied == 0); in test_cast_to_value()
228 assert(Type::non_const_copied == 0); in test_cast_to_value()
242 assert(Type::non_const_copied == 1); in test_cast_to_value()
256 assert(Type::non_const_copied == 0); in test_cast_to_value()
270 assert(Type::non_const_copied == 0); in test_cast_to_value()