Searched refs:constructor_count_ (Results 1 – 1 of 1) sorted by relevance
45 InstrumentType(const T& value) : value_(value) { constructor_count_++; } in InstrumentType()46 InstrumentType(T&& value) : value_(std::move(value)) { constructor_count_++; } in InstrumentType()48 constructor_count_++; in InstrumentType()51 constructor_count_++; in InstrumentType()54 constructor_count_++; in InstrumentType()57 constructor_count_++; in InstrumentType()83 static std::size_t constructor_count() { return constructor_count_; } in constructor_count()92 constructor_count_ = 0; in clear()101 static std::size_t constructor_count_; member in __anon1fde347f0111::InstrumentType108 std::size_t InstrumentType<T>::constructor_count_ = 0; member in __anon1fde347f0111::InstrumentType<T>