Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dshared_copy_on_write_unittest.cpp19 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