Searched refs:FindShortSuccessor (Results 1 – 10 of 10) sorted by relevance
53 virtual void FindShortSuccessor(std::string* key) const = 0;
87 void InternalKeyComparator::FindShortSuccessor(std::string* key) const { in FindShortSuccessor() function in leveldb::InternalKeyComparator90 user_comparator_->FindShortSuccessor(&tmp); in FindShortSuccessor()
27 InternalKeyComparator(BytewiseComparator()).FindShortSuccessor(&result); in ShortSuccessor()
123 virtual void FindShortSuccessor(std::string* key) const;
83 virtual void FindShortSuccessor(std::string* key) const { } in FindShortSuccessor() function
1378 virtual void FindShortSuccessor(std::string* key) const { in TEST() function in leveldb::TEST::NewComparator1379 BytewiseComparator()->FindShortSuccessor(key); in TEST()1402 virtual void FindShortSuccessor(std::string* key) const { in TEST() function in leveldb::TEST::NumberComparator
53 virtual void FindShortSuccessor(std::string* key) const { in FindShortSuccessor() function in leveldb::__anon7acd0b1a0111::BytewiseComparatorImpl
232 r->options.comparator->FindShortSuccessor(&r->last_key); in Finish()
57 virtual void FindShortSuccessor(std::string* key) const { in FindShortSuccessor() function in leveldb::__anon24e382530111::ReverseKeyComparator59 BytewiseComparator()->FindShortSuccessor(&s); in FindShortSuccessor()
73 virtual void FindShortSuccessor(std::string* key) const OVERRIDE {} in FindShortSuccessor() function in content::ComparatorAdapter