Lines Matching refs:unordered

325 …                    "Attempted to dereference a non-dereferenceable unordered container iterator");
332 … "Attempted to dereference a non-dereferenceable unordered container iterator");
339 "Attempted to increment a non-incrementable unordered container iterator");
446 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
452 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
459 … "Attempted to increment a non-incrementable unordered container const_iterator");
558 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
565 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
572 … "Attempted to increment a non-incrementable unordered container local_iterator");
703 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
710 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
717 … "Attempted to increment a non-incrementable unordered container const_local_iterator");
1212 "unordered container::bucket(key) called when bucket_count() == 0");
1277 "unordered container::max_load_factor(lf) called with lf <= 0");
1286 "unordered container::begin(n) called with n >= bucket_count()");
1299 "unordered container::end(n) called with n >= bucket_count()");
1312 "unordered container::cbegin(n) called with n >= bucket_count()");
1325 "unordered container::cend(n) called with n >= bucket_count()");
2034 "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
2035 " referring to this unordered container");
2163 "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
2164 " referring to this unordered container");
2489 "unordered container erase(iterator) called with an iterator not"
2492 "unordered container erase(iterator) called with a non-dereferenceable iterator");
2509 "unordered container::erase(iterator, iterator) called with an iterator not"
2512 "unordered container::erase(iterator, iterator) called with an iterator not"
2753 "unordered container::bucket_size(n) called with n >= bucket_count()");