Searched refs:sparse_ (Results 1 – 1 of 1) sorted by relevance
111 sparse_.reset(new SparseType()); in Reset()114 sparse_.reset(); in Reset()123 if (!sparse_->empty()) { // Don't attempt lookup in empty map in Get()124 auto it = sparse_->find(index); in Get()125 if (it != sparse_->cend()) { in Get()164 sparse_->clear(); // full range replaces all subranges in SetRange()174 …for (auto it = sparse_->begin(); it != sparse_->end();) { // no increment clause because of erase… in SetRange()176 it = sparse_->erase(it); // remove redundant entries in SetRange()241 if (it_sparse_ == vec_->sparse_->cend()) {279 it_sparse_ = vec_->sparse_->cbegin(); in ConstIterator()[all …]