Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h1365 bool OldStyle() const { in OldStyle() function
1398 return this->OldStyle() ? *dit_->second : *it_->value();
1403 if (this->OldStyle())
1410 return this->OldStyle() ? const_iterator(dit_++) : const_iterator(it_++);
1416 return a.OldStyle() ? (a.dit_ == b.dit_) : (a.it_ == b.it_);
1440 return this->OldStyle() ? *dit_->second : *it_->value();
1445 if (this->OldStyle())
1452 return this->OldStyle() ? iterator(dit_++) : iterator(it_++);
1457 return this->OldStyle() ? in const_iterator()
1465 return a.OldStyle() ? a.dit_ == b.dit_ : a.it_ == b.it_;