Searched refs:destruction_counts_ (Results 1 – 1 of 1) sorted by relevance
19 void OnDestruct(const std::string& name) { destruction_counts_[name]++; } in OnDestruct()24 return destruction_counts_[name]; in GetDestructionCount()29 std::map<std::string, int> destruction_counts_; member in fxcrt::__anon892b26810111::Observer