Searched refs:StringMapConstIterator (Results 1 – 1 of 1) sorted by relevance
26 template <typename ValueTy> class StringMapConstIterator; variable201 using const_iterator = StringMapConstIterator<ValueTy>;443 class StringMapConstIterator444 : public StringMapIterBase<StringMapConstIterator<ValueTy>,446 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,450 StringMapConstIterator() = default;451 explicit StringMapConstIterator(StringMapEntryBase **Bucket,476 operator StringMapConstIterator<ValueTy>() const {477 return StringMapConstIterator<ValueTy>(this->Ptr, true);484 StringMapConstIterator<ValueTy>,[all …]