KeyValue 35 lookup_service.cpp KeyValue *k = (KeyValue*)&(it->first);
KeyValue 36 lookup_service.cpp KeyValue *v = it->second;
KeyValue 52 lookup_service.cpp KeyValue k(key, keyLen);
KeyValue 53 lookup_service.cpp KeyValue *v = new KeyValue(val, valLen);
KeyValue 65 lookup_service.cpp KeyValue k(key, keyLen);
KeyValue 73 lookup_service.cpp KeyValue *v = kvmap[k];
KeyValue 32 lookup_service.h class KeyValue {
KeyValue 34 lookup_service.h KeyValue(const void *data, const size_t len) {
KeyValue 39 lookup_service.h ~KeyValue() {}
KeyValue 49 lookup_service.h bool operator< ( const KeyValue& that ) const {
KeyValue 55 lookup_service.h bool operator== ( const KeyValue& that ) const {
KeyValue 58 lookup_service.h bool operator!= ( const KeyValue& that ) const {