Home
last modified time | relevance | path

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

/petsc/src/sys/tests/ !
H A Dex64.cxx171 Printer<key_type> key_printer; member in MapTester
189 …for (auto &&entry : map) PetscCallCXX(oss << " key: [" << this->key_printer(entry.first) << "] … in view_map()
242 …ret.second, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s reinserted key '%s'", op, this->key_printer(key)); in test_insert()
243 …turned iterator key '%s' != expected '%s'", this->key_printer(ret.first->first), op, this->key_pri… in test_insert()
245 … PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s map[%s] '%s' != '%s'", op, this->key_printer(key), this->val… in test_insert()
268 …COMM_SELF, PETSC_ERR_PLIB, "Map default key %s != map value %s", this->key_printer(key), this->val… in test_insert()
302 … contained key-value pair (%s, %s) not present in input range!", this->key_printer(it->first), thi… in test_insert()
303 …TOFRANGE, "Index of found key-value pair (%s -> %s) %td is < 0", this->key_printer(it->first), thi… in test_insert()
310 …, "Map failed to insert key %s (value %s), have find count %zu", this->key_printer(key_value_pairs… in test_insert()
355 …r (%s -> %s) after std::copy() and container went out of scope", this->key_printer(saved_value.fir… in test_insert()
[all …]