Home
last modified time | relevance | path

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

/system/utest/fit/
A Dfunction_tests.cpp56 class DestructionObserver { class
58 DestructionObserver(int* counter) in DestructionObserver() function in __anon31b8501e0111::DestructionObserver
60 DestructionObserver(DestructionObserver&& other) in DestructionObserver() function in __anon31b8501e0111::DestructionObserver
64 DestructionObserver(const DestructionObserver& other) = delete;
66 ~DestructionObserver() { in ~DestructionObserver()
71 DestructionObserver& operator=(const DestructionObserver& other) = delete;
72 DestructionObserver& operator=(DestructionObserver&& other) { in operator =()
607 [&finlinevalue, d = DestructionObserver(&finlinedestroy)] { finlinevalue++; }; in sharing()
640 [&fheapvalue, big = Big(), d = DestructionObserver(&fheapdestroy)] { fheapvalue++; }; in sharing()

Completed in 4 milliseconds