Searched refs:constructor_count_ (Results 1 – 1 of 1) sorted by relevance
51 InstrumentType(const T& value) : value_(value) { constructor_count_++; } in InstrumentType()53 InstrumentType(T&& value) : value_(std::move(value)) { constructor_count_++; } in InstrumentType()55 constructor_count_++; in InstrumentType()58 constructor_count_++; in InstrumentType()62 constructor_count_++; in InstrumentType()66 constructor_count_++; in InstrumentType()92 static std::size_t constructor_count() { return constructor_count_; } in constructor_count()101 constructor_count_ = 0; in clear()110 static std::size_t constructor_count_; member in __anon1fde347f0111::InstrumentType117 std::size_t InstrumentType<T>::constructor_count_ = 0; member in __anon1fde347f0111::InstrumentType<T>