Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp60 ~InstrumentType() { destructor_count_++; } in ~InstrumentType()
85 static std::size_t destructor_count() { return destructor_count_; } in destructor_count()
94 destructor_count_ = 0; in clear()
103 static std::size_t destructor_count_; member in __anon1fde347f0111::InstrumentType
111 std::size_t InstrumentType<T>::destructor_count_ = 0; member in __anon1fde347f0111::InstrumentType<T>