Searched refs:destructor_count_ (Results 1 – 1 of 1) sorted by relevance
68 ~InstrumentType() { destructor_count_++; } in ~InstrumentType()93 static std::size_t destructor_count() { return destructor_count_; } in destructor_count()102 destructor_count_ = 0; in clear()111 static std::size_t destructor_count_; member in __anon1fde347f0111::InstrumentType119 std::size_t InstrumentType<T>::destructor_count_ = 0; member in __anon1fde347f0111::InstrumentType<T>