HomeSort by relevance Sort by last modified time
    Searched refs:key_comparator (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 238 const MapKeyComparator* key_comparator = GetMapKeyComparator(field); local
239 GOOGLE_CHECK(key_comparator == NULL)
251 const MapKeyComparator* key_comparator = GetMapKeyComparator(field); local
252 GOOGLE_CHECK(key_comparator == NULL)
278 MapKeyComparator* key_comparator = local
280 owned_key_comparators_.push_back(key_comparator);
281 map_field_key_comparator_[field] = key_comparator;
325 MapKeyComparator* key_comparator = local
327 owned_key_comparators_.push_back(key_comparator);
328 map_field_key_comparator_[field] = key_comparator;
1373 const MapKeyComparator* key_comparator = GetMapKeyComparator(repeated_field); local
    [all...]
message_differencer.h 463 // The caller is responsible to delete the key_comparator.
466 // will invoke the IsMatch method of the given 'key_comparator' to decide if
470 const MapKeyComparator* key_comparator);
    [all...]
message_differencer_unittest.cc 1537 ValueProductMapKeyComparator key_comparator; local
1539 GetFieldDescriptor(msg1, "item"), &key_comparator); local
    [all...]
  /external/python/cpython2/Lib/bsddb/test/
test_compare.py 98 def createDB(self, key_comparator) :
100 self.setupDB(key_comparator)
103 def setupDB(self, key_comparator) :
104 self.db.set_bt_compare(key_comparator)

Completed in 681 milliseconds