Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h1390 : iterator_base(iterator_base::kOld), dit_(dit) {} in const_iterator()
1395 : iterator_base(other), it_(other.it_), dit_(other.dit_) {} in const_iterator()
1398 return this->OldStyle() ? *dit_->second : *it_->value();
1404 ++dit_;
1410 return this->OldStyle() ? const_iterator(dit_++) : const_iterator(it_++);
1416 return a.OldStyle() ? (a.dit_ == b.dit_) : (a.it_ == b.it_);
1424 DeprecatedInnerIt dit_; variable
1435 : iterator_base(iterator_base::kOld), dit_(dit) {} in iterator()
1440 return this->OldStyle() ? *dit_->second : *it_->value();
1446 ++dit_;
[all …]