Searched refs:destructor_count_ (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp59 ~InstrumentType() { destructor_count_++; }
84 static std::size_t destructor_count() { return destructor_count_; }
93 destructor_count_ = 0;
102 static std::size_t destructor_count_; member in class:__anon1761::InstrumentType
110 std::size_t InstrumentType<T>::destructor_count_ = 0; member in class:__anon1761::InstrumentType

Completed in 138 milliseconds