Lines Matching refs:value_printer
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()
357 …ected value (%s) after std::copy() insertion", this->value_printer(it->second), this->value_printe… in test_insert()
385 …PLIB, "Find iterator value %s != expected %s", this->value_printer(it->second), this->value_printe… in test_find()
396 …l range iterator value %s != expected %s", this->value_printer(range_begin->second), this->value_p… in test_find()
445 …-> %s) occupied after erase", this->key_printer(before->first), this->value_printer(before->second… in test_erase()