Home
last modified time | relevance | path

Searched refs:dtor_count (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dpool_test.cpp81 ~CtorDtorCounter() { dtor_count++; } in ~CtorDtorCounter()
84 dtor_count = 0; in reset()
87 static int dtor_count; member
91 int CtorDtorCounter::dtor_count = -1; member in CtorDtorCounter
97 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 …]
/third_party/boost/libs/optional/test/
Doptional_test_tie.cpp30 ~counting_oracle() { ++dtor_count; } in ~counting_oracle()
32 static int dtor_count; member
43dtor_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
/third_party/libunwind/src/aarch64/
DGtrace.c45 size_t dtor_count; /* Counts how many times our destructor has already member
63 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()
/third_party/libunwind/src/arm/
DGtrace.c46 size_t dtor_count; /* Counts how many times our destructor has already member
64 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()
/third_party/libunwind/src/x86_64/
DGtrace.c44 size_t dtor_count; /* Counts how many times our destructor has already member
62 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()