Searched refs:StringMapConstIterator (Results 1 – 1 of 1) sorted by relevance
26 template <typename ValueTy> class StringMapConstIterator; variable200 using const_iterator = StringMapConstIterator<ValueTy>;431 class StringMapConstIterator432 : public StringMapIterBase<StringMapConstIterator<ValueTy>,434 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,438 StringMapConstIterator() = default;439 explicit StringMapConstIterator(StringMapEntryBase **Bucket,464 operator StringMapConstIterator<ValueTy>() const {465 return StringMapConstIterator<ValueTy>(this->Ptr, true);472 StringMapConstIterator<ValueTy>,[all …]