Lines Matching refs:balance
27 balance++; in slot()
31 balance++; in slot()
35 balance++; in slot()
39 ASSERT_CRITICAL(balance > 0); in ~slot()
42 balance--; in ~slot()
45 static int balance; // net constructor/destructor pairings member
58 int slot<false>::balance = 0; member in __anon7bbb189e0111::slot<false>
60 int slot<true>::balance = 0; member in __anon7bbb189e0111::slot<true>
394 bool balance() { in balance() function
397 EXPECT_EQ(0, T::balance); in balance()
429 RUN_TEST(balance<slot<false>>)
430 RUN_TEST(balance<slot<true>>)