Lines Matching refs:balance
18 class balance { class
20 balance(int* counter) in balance() function in __anon40622dfe0111::balance
25 balance(balance&& other) in balance() function in __anon40622dfe0111::balance
30 ~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()
540 [&call_count, balance = balance(&instance_count)] { in target_destroyed_when_move_assigned()