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

  /external/chromium_org/chrome/browser/sync_file_system/
subtree_set.cc 32 if (ContainsKey(inclusive_ancestors_of_subtree_roots_,
41 inclusive_ancestors_of_subtree_roots_.find(path.value());
42 if (found != inclusive_ancestors_of_subtree_roots_.end())
55 inclusive_ancestors_of_subtree_roots_[normalized_subtree_root]
61 DCHECK(!inclusive_ancestors_of_subtree_roots_[path.value()]
63 ++(inclusive_ancestors_of_subtree_roots_[path.value()]
76 inclusive_ancestors_of_subtree_roots_.find(normalized_subtree_root);
77 if (found == inclusive_ancestors_of_subtree_roots_.end() ||
82 inclusive_ancestors_of_subtree_roots_.erase(found);
90 inclusive_ancestors_of_subtree_roots_.find(path.value())
    [all...]
subtree_set.h 36 bool empty() const { return inclusive_ancestors_of_subtree_roots_.empty(); }
53 Subtrees inclusive_ancestors_of_subtree_roots_; member in class:sync_file_system::SubtreeSet

Completed in 78 milliseconds