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

  /external/libcxx/test/support/
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/r16/sources/cxx-stl/llvm-libc++/test/support/
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

Completed in 1114 milliseconds