Home
last modified time | relevance | path

Searched refs:map_end (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp354 khash_int map_end = 0; in operator ++() local
358 map_end = map_->bucket_count(); in operator ++()
361 } while (it_ != map_end && !map_->occupied(it_)); in operator ++()
410 std::int64_t map_end = map_end_offset; in check_iterator_inbounds_() local
413 map_end += map_->bucket_count(); in check_iterator_inbounds_()
414map_end), PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Iterator index value %" PRId32 " is out of r… in check_iterator_inbounds_()