Lines Matching full:unordered
157 "Attempted to dereference a non-dereferenceable unordered container iterator");
166 "Attempted to dereference a non-dereferenceable unordered container iterator");
176 "Attempted to increment non-incrementable unordered container iterator");
304 "Attempted to dereference a non-dereferenceable unordered container const_iterator");
313 "Attempted to dereference a non-dereferenceable unordered container const_iterator");
323 "Attempted to increment non-incrementable unordered container const_iterator");
436 "Attempted to dereference a non-dereferenceable unordered container local_iterator");
445 "Attempted to dereference a non-dereferenceable unordered container local_iterator");
455 "Attempted to increment non-incrementable unordered container local_iterator");
601 "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
610 "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
620 "Attempted to increment non-incrementable unordered container const_local_iterator");
954 "unordered container::bucket(key) called when bucket_count() == 0");
1014 "unordered container::max_load_factor(lf) called with lf <= 0");
1023 "unordered container::begin(n) called with n >= bucket_count()");
1036 "unordered container::end(n) called with n >= bucket_count()");
1049 "unordered container::cbegin(n) called with n >= bucket_count()");
1062 "unordered container::cend(n) called with n >= bucket_count()");
1725 "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
1726 " referring to this unordered container");
1852 "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
1853 " referring to this unordered container");
1898 "unordered container::insert(const_iterator, rvalue) called with an iterator not"
1899 " referring to this unordered container");
1926 "unordered container::insert(const_iterator, lvalue) called with an iterator not"
1927 " referring to this unordered container");
2145 "unordered container erase(iterator) called with an iterator not"
2148 "unordered container erase(iterator) called with a non-dereferenceable iterator");
2400 "unordered container::bucket_size(n) called with n >= bucket_count()");