Searched refs:constructor_count (Results 1 - 1 of 1) sorted by relevance

/system/chre/util/tests/
H A Darray_queue_test.cc9 int constructor_count; member in namespace:__anon1391
14 constructor_count++;
18 constructor_count++;
181 constructor_count = 0;
185 EXPECT_EQ(1, constructor_count);
189 EXPECT_EQ(2, constructor_count);
193 EXPECT_EQ(2, constructor_count);

Completed in 47 milliseconds