Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx158 const auto end_it = map.end(); in search_for() local
163 if (it != end_it) PetscFunctionReturn(it); in search_for()
166 it = std::find_if(map.begin(), end_it, [ptr](map_type::const_iterator::reference map_it) { in search_for()
170 …PetscCheckAbort(!must_find || it != end_it, PETSC_COMM_SELF, PETSC_ERR_POINTER, "Pointer %p was no… in search_for()