Home | History | Annotate | Download | only in syncable

Lines Matching refs:entry_

111       : entry_(entry),
114 if (Indexer::ShouldInclude(entry_)) {
115 CHECK(index_->erase(entry_));
121 if (Indexer::ShouldInclude(entry_)) {
122 CHECK(index_->insert(entry_).second);
127 EntryKernel* entry_;