Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dexperimental_any_helpers.h83 static int non_const_copied; member
89 small_type::non_const_copied = 0; in reset()
109 ++non_const_copied; in throw()
142 int small_type<Dummy>::non_const_copied = 0;
157 static int non_const_copied; member
163 large_type::non_const_copied = 0; in reset()
184 ++non_const_copied; in large_type()
218 int large_type<Dummy>::non_const_copied = 0;
Dany_helpers.h108 static int non_const_copied; member
114 small_type::non_const_copied = 0; in reset()
140 ++non_const_copied; in small_type()
173 int small_type<Dummy>::non_const_copied = 0;
188 static int non_const_copied; member
194 large_type::non_const_copied = 0; in reset()
221 ++non_const_copied; in large_type()
255 int large_type<Dummy>::non_const_copied = 0;
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp225 assert(Type::non_const_copied == 1); in test_cast_to_value()
239 assert(Type::non_const_copied == 1); in test_cast_to_value()
253 assert(Type::non_const_copied == 0); in test_cast_to_value()
268 assert(Type::non_const_copied == 0); in test_cast_to_value()
283 assert(Type::non_const_copied == 0); in test_cast_to_value()
299 assert(Type::non_const_copied == 0); in test_cast_to_value()