Lines Matching defs:compare
59 // double-compare, but you should be aware of this if you use your own
147 // Provide overrides to use operator== for key compare for the "normal" map and
388 key_equal compare;
391 if (compare(array_[i]->first, key)) {
402 key_equal compare;
405 if (compare(array_[i]->first, key)) {
417 key_equal compare;
423 if (compare(array_[i]->first, key)) {
441 key_equal compare;
445 if (compare(array_[i]->first, x.first)) {