HomeSort by relevance Sort by last modified time
    Searched refs:inconsistencies_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 58 std::map<uint64_t, int> inconsistencies_; member in class:base::HistogramSnapshotManager
histogram_snapshot_manager.cc 67 int old_corruption = inconsistencies_[histogram_hash];
70 inconsistencies_[histogram_hash] |= corruption;

Completed in 170 milliseconds