Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx203 PetscErrorCode check_size_capacity_coherent(map_type &map) const noexcept in check_size_capacity_coherent() function in MapTester
217 …PetscErrorCode check_size_capacity_coherent(map_type &map, std::size_t expected_size, std::size_t … in check_size_capacity_coherent() function in MapTester
220 PetscCall(check_size_capacity_coherent(map)); in check_size_capacity_coherent()
262 PetscCall(this->check_size_capacity_coherent(map)); in test_insert()
266 PetscCall(this->check_size_capacity_coherent(map, size_before + 1, capacity_before)); in test_insert()
280 PetscCall(this->check_size_capacity_coherent(map, 0, capacity_before)); in test_insert()
289 PetscCall(this->check_size_capacity_coherent(map, 0, 0)); in test_insert()
292 PetscCall(this->check_size_capacity_coherent(map, key_value_pairs.size(), 0)); in test_insert()