Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dexperimental_any_helpers.h80 static int const_copied; member
86 small_type::const_copied = 0; in reset()
100 ++const_copied; in throw()
137 int small_type<Dummy>::const_copied = 0;
154 static int const_copied; member
160 large_type::const_copied = 0; in reset()
175 ++const_copied; in large_type()
213 int large_type<Dummy>::const_copied = 0;
Dany_helpers.h104 static int const_copied; member
110 small_type::const_copied = 0; in reset()
130 ++const_copied; in small_type()
167 int small_type<Dummy>::const_copied = 0;
184 static int const_copied; member
190 large_type::const_copied = 0; in reset()
211 ++const_copied; in large_type()
249 int large_type<Dummy>::const_copied = 0;
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp200 assert(Type::const_copied == 0); in test_cast_to_value()
214 assert(Type::const_copied == 1); in test_cast_to_value()
228 assert(Type::const_copied == 1); in test_cast_to_value()
242 assert(Type::const_copied == 0); in test_cast_to_value()
256 assert(Type::const_copied == 1); in test_cast_to_value()
270 assert(Type::const_copied == 1); in test_cast_to_value()
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp216 assert(Type::const_copied == 0); in test_cast_to_value()
230 assert(Type::const_copied == 0); in test_cast_to_value()
244 assert(Type::const_copied == 1); in test_cast_to_value()
259 assert(Type::const_copied == 0); in test_cast_to_value()
274 assert(Type::const_copied == 0); in test_cast_to_value()
290 assert(Type::const_copied == 1); in test_cast_to_value()