Searched refs:range_begin (Results 1 – 1 of 1) sorted by relevance
391 const auto &range_begin = range.first; in test_find() local392 const auto range_size = std::distance(range_begin, range.second); in test_find()395 …eck(map, range_begin->first == key, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Equal range iterator key %s … in test_find()396 …map, range_begin->second == value, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Equal range iterator value %s… in test_find()