Lines Matching refs:container
331 … "Attempted to dereference a non-dereferenceable unordered container iterator");
338 … "Attempted to dereference a non-dereferenceable unordered container iterator");
345 "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");
552 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
559 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
566 … "Attempted to increment a non-incrementable unordered container local_iterator");
685 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
692 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
699 … "Attempted to increment a non-incrementable unordered container const_local_iterator");
1186 "unordered container::bucket(key) called when bucket_count() == 0");
1251 "unordered container::max_load_factor(lf) called with lf <= 0");
1260 "unordered container::begin(n) called with n >= bucket_count()");
1269 "unordered container::end(n) called with n >= bucket_count()");
1278 "unordered container::cbegin(n) called with n >= bucket_count()");
1287 "unordered container::cend(n) called with n >= bucket_count()");
1775 // Prepare the container for an insertion of the value __value with the hash
1776 // __hash. This does a lookup into the container to see if __value is already
1813 // Insert the node __nd into the container by pushing it into the right bucket,
1853 // Insert the node, unless it already exists in the container.
1864 // Prepare the container for an insertion of the value __cp_val with the hash
1865 // __cp_hash. This does a lookup into the container to see if __cp_value is
1909 // Insert the node __cp into the container after __pn (which is the last node in
1964 … "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
1965 " referring to this unordered container");
2083 … "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
2084 " referring to this unordered container");
2402 "unordered container erase(iterator) called with an iterator not"
2403 " referring to this container");
2405 … "unordered container erase(iterator) called with a non-dereferenceable iterator");
2418 … "unordered container::erase(iterator, iterator) called with an iterator not"
2419 " referring to this container");
2421 … "unordered container::erase(iterator, iterator) called with an iterator not"
2422 " referring to this container");
2655 "unordered container::bucket_size(n) called with n >= bucket_count()");