Home | History | Annotate | Download | only in syncable

Lines Matching full:index_

112         index_(index) {
115 CHECK(index_->erase(entry_));
122 CHECK(index_->insert(entry_).second);
129 typename Index<Indexer>::Set* const index_;