Searched refs:dtor_count (Results 1 – 5 of 5) sorted by relevance
81 ~CtorDtorCounter() { dtor_count++; } in ~CtorDtorCounter()84 dtor_count = 0; in reset()87 static int dtor_count; member91 int CtorDtorCounter::dtor_count = -1; member in CtorDtorCounter97 ASSERT_EQ(CtorDtorCounter::dtor_count, 0); in TEST_P()101 ASSERT_EQ(CtorDtorCounter::dtor_count, 0); in TEST_P()104 ASSERT_EQ(CtorDtorCounter::dtor_count, 1); in TEST_P()108 ASSERT_EQ(CtorDtorCounter::dtor_count, 1); in TEST_P()111 ASSERT_EQ(CtorDtorCounter::dtor_count, 2); in TEST_P()118 ASSERT_EQ(CtorDtorCounter::dtor_count, 0); in TEST_P()[all …]
30 ~counting_oracle() { ++dtor_count; } in ~counting_oracle()32 static int dtor_count; member43 …dtor_count = default_ctor_count = val_ctor_count = copy_ctor_count = copy_assign_count = equals_co… in clear_count()47 int counting_oracle::dtor_count = 0; member in counting_oracle
45 size_t dtor_count; /* Counts how many times our destructor has already member63 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS) in trace_cache_free()68 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count); in trace_cache_free()133 cache->dtor_count = 0; in trace_cache_create()
46 size_t dtor_count; /* Counts how many times our destructor has already member64 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS) in trace_cache_free()69 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count); in trace_cache_free()134 cache->dtor_count = 0; in trace_cache_create()
44 size_t dtor_count; /* Counts how many times our destructor has already member62 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS) in trace_cache_free()67 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count); in trace_cache_free()132 cache->dtor_count = 0; in trace_cache_create()