Home
last modified time | relevance | path

Searched refs:balance (Results 1 – 2 of 2) sorted by relevance

/system/utest/fit/
A Ddefer_tests.cpp18 class balance { class
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()
[all …]
A Doptional_tests.cpp27 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() function
397 EXPECT_EQ(0, T::balance); in balance()
429 RUN_TEST(balance<slot<false>>)
[all …]

Completed in 4 milliseconds