Searched refs:StringMapConstIterator (Results 1 – 1 of 1) sorted by relevance
27 template <typename ValueTy> class StringMapConstIterator; variable217 using const_iterator = StringMapConstIterator<ValueTy>;478 class StringMapConstIterator479 : public StringMapIterBase<StringMapConstIterator<ValueTy>,481 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,485 StringMapConstIterator() = default;486 explicit StringMapConstIterator(StringMapEntryBase **Bucket,511 operator StringMapConstIterator<ValueTy>() const {512 return StringMapConstIterator<ValueTy>(this->Ptr, true);519 StringMapConstIterator<ValueTy>,[all …]