Searched refs:gInstCnt (Results 1 – 2 of 2) sorted by relevance
13 C() : fID(-1) { ++gInstCnt; } in C()14 C(int id) : fID(id) { ++gInstCnt; } in C()15 ~C() { --gInstCnt; } in ~C()18 static int gInstCnt; member21 int C::gInstCnt = 0; member in __anone0e236ec0111::C52 REPORTER_ASSERT(reporter, cnt == C::gInstCnt); in check_allocator_helper()
13 C() : fID(-1) { ++gInstCnt; } in C()14 C(int id) : fID(id) { ++gInstCnt; } in C()21 ~C() { --gInstCnt; } in ~C()30 static int gInstCnt; member32 int C::gInstCnt = 0; member in __anon3c993dcf0111::C47 REPORTER_ASSERT(reporter, cnt == C::gInstCnt); in check_allocator_helper()183 REPORTER_ASSERT(reporter, C::gInstCnt == aCount + bCount); in run_concat_test()192 REPORTER_ASSERT(reporter, C::gInstCnt == aCount + bCount); in run_concat_test()284 REPORTER_ASSERT(reporter, expectedInstanceCount == C::gInstCnt); in run_reserve_test()287 REPORTER_ASSERT(reporter, 0 == C::gInstCnt); in run_reserve_test()