Searched refs:StringMapConstIterator (Results 1 – 1 of 1) sorted by relevance
24 template <typename ValueTy> class StringMapConstIterator; variable201 using const_iterator = StringMapConstIterator<ValueTy>;416 class StringMapConstIterator417 : public StringMapIterBase<StringMapConstIterator<ValueTy>,419 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,423 StringMapConstIterator() = default;424 explicit StringMapConstIterator(StringMapEntryBase **Bucket,449 operator StringMapConstIterator<ValueTy>() const {450 return StringMapConstIterator<ValueTy>(this->Ptr, true);457 StringMapConstIterator<ValueTy>,[all …]