Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx231 auto capacity_before = map.capacity(); in test_insert() local
266 PetscCall(this->check_size_capacity_coherent(map, size_before + 1, capacity_before)); in test_insert()
277 capacity_before = map.capacity(); in test_insert()
280 PetscCall(this->check_size_capacity_coherent(map, 0, capacity_before)); in test_insert()