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

  /external/libcxx/test/support/
experimental_any_helpers.h 83 static int non_const_copied;
89 small_type::non_const_copied = 0;
109 ++non_const_copied;
142 int small_type<Dummy>::non_const_copied = 0;
157 static int non_const_copied;
163 large_type::non_const_copied = 0;
184 ++non_const_copied;
218 int large_type<Dummy>::non_const_copied = 0;
any_helpers.h 108 static int non_const_copied; member in struct:small_type
114 small_type::non_const_copied = 0; member in class:small_type::small_type
140 ++non_const_copied;
173 int small_type<Dummy>::non_const_copied = 0; member in class:small_type
188 static int non_const_copied; member in struct:large_type
194 large_type::non_const_copied = 0; member in class:large_type::large_type
221 ++non_const_copied;
255 int large_type<Dummy>::non_const_copied = 0; member in class:large_type
  /external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 225 assert(Type::non_const_copied == 1);
239 assert(Type::non_const_copied == 1);
253 assert(Type::non_const_copied == 0);
268 assert(Type::non_const_copied == 0);
283 assert(Type::non_const_copied == 0);
299 assert(Type::non_const_copied == 0);

Completed in 94 milliseconds