Searched refs:num_missing_ancestors (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc710 int num_missing_ancestors = 0; local
714 ++num_missing_ancestors;
718 RecordLockFileAncestors(num_missing_ancestors);
786 void ChromiumEnv::RecordLockFileAncestors(int num_missing_ancestors) const {
787 GetLockFileAncestorHistogram()->Add(num_missing_ancestors);
H A Denv_chromium.h174 void RecordLockFileAncestors(int num_missing_ancestors) const;

Completed in 88 milliseconds