Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dref_ptr_tests.cpp15 class RefCallCounter { class
17 RefCallCounter();
18 ~RefCallCounter();
39 int RefCallCounter::destroy_calls_ = 0u;
41 RefCallCounter::RefCallCounter() in RefCallCounter() function in __anoned50383b0111::RefCallCounter
44 RefCallCounter::~RefCallCounter() { in ~RefCallCounter()
48 void RefCallCounter::AddRef() { in AddRef()
51 bool RefCallCounter::Release() { in Release()
63 RefCallCounter counter; in ref_ptr_test()
140 RefCallCounter obj1, obj2; in ref_ptr_compare_test()
[all …]

Completed in 3 milliseconds