Searched refs:StringMapConstIterator (Results 1 – 1 of 1) sorted by relevance
34 template<typename ValueTy> class StringMapConstIterator; variable312 using const_iterator = StringMapConstIterator<ValueTy>;493 class StringMapConstIterator494 : public StringMapIterBase<StringMapConstIterator<ValueTy>,496 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,500 StringMapConstIterator() = default;501 explicit StringMapConstIterator(StringMapEntryBase **Bucket,526 operator StringMapConstIterator<ValueTy>() const {527 return StringMapConstIterator<ValueTy>(this->Ptr, true);534 StringMapConstIterator<ValueTy>,[all …]