Searched refs:StringMapConstIterator (Results 1 – 1 of 1) sorted by relevance
26 template <typename ValueTy> class StringMapConstIterator; variable216 using const_iterator = StringMapConstIterator<ValueTy>;477 class StringMapConstIterator478 : public StringMapIterBase<StringMapConstIterator<ValueTy>,480 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,484 StringMapConstIterator() = default;485 explicit StringMapConstIterator(StringMapEntryBase **Bucket,510 operator StringMapConstIterator<ValueTy>() const {511 return StringMapConstIterator<ValueTy>(this->Ptr, true);518 StringMapConstIterator<ValueTy>,[all …]