Lines Matching refs:ncopy

152   static int ncopy;
165 ++ncopy;
187 int val_t::ncopy;
203 ASSERT_TRUE (val_t::ncopy == 0); in test_map_of_type_with_ctor_and_dtor()
214 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
222 int ncopy = val_t::ncopy; in test_map_of_type_with_ctor_and_dtor() local
228 ASSERT_TRUE (ncopy + 1 == val_t::ncopy); in test_map_of_type_with_ctor_and_dtor()
234 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
243 int ncopy = val_t::ncopy; in test_map_of_type_with_ctor_and_dtor()
250 ASSERT_TRUE (ncopy == val_t::ncopy); in test_map_of_type_with_ctor_and_dtor()
256 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
269 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
279 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
294 val_t::ncopy = 0; in test_map_of_type_with_ctor_and_dtor()
299 + val_t::ncopy in test_map_of_type_with_ctor_and_dtor()
307 ASSERT_EQ (val_t::ncopy, 0); in test_map_of_type_with_ctor_and_dtor()
313 ASSERT_EQ (val_t::ncopy, 0); in test_map_of_type_with_ctor_and_dtor()
356 val_t::ncopy = 0; in test_map_of_type_with_ctor_and_dtor_expand()
401 ASSERT_EQ (val_t::ncopy, n_expand_moved); in test_map_of_type_with_ctor_and_dtor_expand()
418 ASSERT_EQ (val_t::ncopy, n_expand_moved); in test_map_of_type_with_ctor_and_dtor_expand()
426 int ncopy = val_t::ncopy; in test_map_of_type_with_ctor_and_dtor_expand() local
439 ASSERT_EQ (val_t::ncopy, ncopy); in test_map_of_type_with_ctor_and_dtor_expand()
443 ASSERT_EQ (val_t::ndefault + val_t::ncopy, val_t::ndtor); in test_map_of_type_with_ctor_and_dtor_expand()