Searched refs:key_substring (Results 1 – 1 of 1) sorted by relevance
97 const leveldb::Slice key_substring( in IsCacheEntryKey() local99 return key_substring.compare(expected_suffix) == 0; in IsCacheEntryKey()129 const leveldb::Slice key_substring(key.data() + 1, expected_prefix.size()); in IsIdEntryKey() local131 key_substring.compare(expected_prefix) == 0 && in IsIdEntryKey()