Lines Matching defs:noexcept
85 Iterator &operator++() noexcept;
86 Iterator operator++(int) noexcept;
87 Iterator &operator--() noexcept;
88 Iterator operator--(int) noexcept;
89 bool operator<(const Iterator &itr) const noexcept;
90 bool operator==(const Iterator &itr) const noexcept;
102 bool IsDangled() const noexcept
121 ReverseIterator &operator++() noexcept;
122 ReverseIterator operator++(int) noexcept;
123 ReverseIterator &operator--() noexcept;
124 ReverseIterator operator--(int) noexcept;
125 bool operator<(const ReverseIterator &itr) const noexcept;
126 bool operator==(const ReverseIterator &itr) const noexcept;
139 bool IsDangled() const noexcept
344 auto HashList<Key, Val>::Iterator::operator++() noexcept
362 auto HashList<Key, Val>::Iterator::operator++(int) noexcept
381 auto HashList<Key, Val>::Iterator::operator--() noexcept
403 auto HashList<Key, Val>::Iterator::operator--(int) noexcept
426 bool HashList<Key, Val>::Iterator::operator<(const HashList<Key, Val>::Iterator &itr) const noexcept
448 bool HashList<Key, Val>::Iterator::operator==(const HashList<Key, Val>::Iterator &itr) const noexcept
544 auto HashList<Key, Val>::ReverseIterator::operator++() noexcept
562 auto HashList<Key, Val>::ReverseIterator::operator++(int) noexcept
581 auto HashList<Key, Val>::ReverseIterator::operator--() noexcept
603 auto HashList<Key, Val>::ReverseIterator::operator--(int) noexcept
627 const HashList<Key, Val>::ReverseIterator &itr) const noexcept
650 const HashList<Key, Val>::ReverseIterator &itr) const noexcept