HomeSort by relevance Sort by last modified time
    Searched refs:non_const_copied (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/support/
experimental_any_helpers.h 81 static int non_const_copied;
87 small_type::non_const_copied = 0;
107 ++non_const_copied;
140 int small_type<Dummy>::non_const_copied = 0;
155 static int non_const_copied;
161 large_type::non_const_copied = 0;
182 ++non_const_copied;
216 int large_type<Dummy>::non_const_copied = 0;
any_helpers.h 105 static int non_const_copied; member in struct:small_type
111 small_type::non_const_copied = 0; member in class:small_type::small_type
137 ++non_const_copied;
170 int small_type<Dummy>::non_const_copied = 0; member in class:small_type
185 static int non_const_copied; member in struct:large_type
191 large_type::non_const_copied = 0; member in class:large_type::large_type
218 ++non_const_copied;
252 int large_type<Dummy>::non_const_copied = 0; member in class:large_type
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 81 static int non_const_copied;
87 small_type::non_const_copied = 0;
107 ++non_const_copied;
140 int small_type<Dummy>::non_const_copied = 0;
155 static int non_const_copied;
161 large_type::non_const_copied = 0;
182 ++non_const_copied;
216 int large_type<Dummy>::non_const_copied = 0;
  /external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 201 assert(Type::non_const_copied == 1);
215 assert(Type::non_const_copied == 0);
229 assert(Type::non_const_copied == 0);
243 assert(Type::non_const_copied == 1);
257 assert(Type::non_const_copied == 0);
271 assert(Type::non_const_copied == 0);
  /external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 217 assert(Type::non_const_copied == 1);
231 assert(Type::non_const_copied == 1);
245 assert(Type::non_const_copied == 0);
260 assert(Type::non_const_copied == 0);
275 assert(Type::non_const_copied == 0);
291 assert(Type::non_const_copied == 0);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 200 assert(Type::non_const_copied == 1);
214 assert(Type::non_const_copied == 0);
228 assert(Type::non_const_copied == 0);
242 assert(Type::non_const_copied == 1);
256 assert(Type::non_const_copied == 0);
270 assert(Type::non_const_copied == 0);

Completed in 113 milliseconds