Home
last modified time | relevance | path

Searched refs:dit_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap.h1387 : iterator_base(iterator_base::kOld), dit_(dit) {} in const_iterator()
1392 : iterator_base(other), it_(other.it_), dit_(other.dit_) {} in const_iterator()
1395 return this->OldStyle() ? *dit_->second : *it_->value();
1401 ++dit_;
1407 return this->OldStyle() ? const_iterator(dit_++) : const_iterator(it_++);
1413 return a.OldStyle() ? (a.dit_ == b.dit_) : (a.it_ == b.it_);
1421 DeprecatedInnerIt dit_; variable
1432 : iterator_base(iterator_base::kOld), dit_(dit) {} in iterator()
1437 return this->OldStyle() ? *dit_->second : *it_->value();
1443 ++dit_;
[all …]