Searched refs:value_printer (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 172 Printer<mapped_type> value_printer; member in MapTester 189 …< " key: [" << this->key_printer(entry.first) << "] -> [" << this->value_printer(entry.second) … in view_map() 244 … iterator value '%s' != expected '%s'", op, this->value_printer(ret.first->second), this->value_pr… in test_insert() 245 …[%s] '%s' != '%s'", op, this->key_printer(key), this->value_printer(map[key]), this->value_printer… in test_insert() 246 …%s changed value '%s' != expected '%s'", op, this->value_printer(map[key_const]), this->value_prin… in test_insert() 268 …RR_PLIB, "Map default key %s != map value %s", this->key_printer(key), this->value_printer(value)); in test_insert() 302 …, %s) not present in input range!", this->key_printer(it->first), this->value_printer(it->second)); in test_insert() 303 …alue pair (%s -> %s) %td is < 0", this->key_printer(it->first), this->value_printer(it->second), s… in test_insert() 310 …e find count %zu", this->key_printer(key_value_pairs[i].first), this->value_printer(key_value_pair… in test_insert() 355 …ainer went out of scope", this->key_printer(saved_value.first), this->value_printer(saved_value.se… in test_insert() [all …]
|