Searched refs:OldStyle (Results 1 – 1 of 1) sorted by relevance
1365 bool OldStyle() const { in OldStyle() function1398 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_;