Lines Matching refs:copied
105 static int copied; member
111 small_type::copied = 0; in reset()
132 ++copied; in small_type()
139 ++copied; in small_type()
164 int small_type<Dummy>::copied = 0;
185 static int copied; member
191 large_type::copied = 0; in reset()
213 ++copied; in large_type()
220 ++copied; in large_type()
246 int large_type<Dummy>::copied = 0;
278 static int copied; member
280 static void reset() { count = copied = moved = 0; } in reset()
307 int small_throws_on_copy::copied = 0;
316 static int copied; member
318 static void reset() { count = copied = moved = 0; } in reset()
349 int large_throws_on_copy::copied = 0;
357 static int copied; member
359 static void reset() { count = copied = moved = 0; } in reset()
366 ++count; ++copied; in throws_on_move()
382 int throws_on_move::copied = 0;