Searched refs:balance (Results 1 – 2 of 2) sorted by relevance
18 class balance { class25 balance(balance&& other) in balance() function in __anon40622dfe0111::balance30 ~balance() { in ~balance()34 balance(const balance& other) = delete;35 balance& operator=(const balance& other) = delete;36 balance& operator=(balance&& other) = delete;448 [&call_count, balance = balance(&instance_count)] { in target_destroyed_when_scope_exited()468 [&call_count, balance = balance(&instance_count)] { in target_destroyed_when_called()492 [&call_count, balance = balance(&instance_count)] { in target_destroyed_when_canceled()516 [&call_count, balance = balance(&instance_count)] { in target_destroyed_when_move_constructed()[all …]
27 balance++; in slot()31 balance++; in slot()35 balance++; in slot()39 ASSERT_CRITICAL(balance > 0); in ~slot()42 balance--; in ~slot()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() function397 EXPECT_EQ(0, T::balance); in balance()429 RUN_TEST(balance<slot<false>>)[all …]
Completed in 4 milliseconds