Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp46 InstrumentType(const T& value) : value_(value) { constructor_count_++; } in InstrumentType()
47 InstrumentType(T&& value) : value_(std::move(value)) { constructor_count_++; } in InstrumentType()
49 constructor_count_++; in InstrumentType()
52 constructor_count_++; in InstrumentType()
55 constructor_count_++; in InstrumentType()
58 constructor_count_++; in InstrumentType()
84 static std::size_t constructor_count() { return constructor_count_; } in constructor_count()
93 constructor_count_ = 0; in clear()
102 static std::size_t constructor_count_; member in __anon1fde347f0111::InstrumentType
109 std::size_t InstrumentType<T>::constructor_count_ = 0; member in __anon1fde347f0111::InstrumentType<T>