Searched refs:FindShortSuccessor (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dcomparator.h53 virtual void FindShortSuccessor(std::string* key) const = 0;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcomparator.cc53 virtual void FindShortSuccessor(std::string* key) const {
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat.cc87 void InternalKeyComparator::FindShortSuccessor(std::string* key) const { function in class:leveldb::InternalKeyComparator
90 user_comparator_->FindShortSuccessor(&tmp);
H A Ddbformat_test.cc27 InternalKeyComparator(BytewiseComparator()).FindShortSuccessor(&result);
H A Ddbformat.h123 virtual void FindShortSuccessor(std::string* key) const;
H A Dc.cc83 virtual void FindShortSuccessor(std::string* key) const { } function in struct:leveldb_comparator_t
H A Ddb_test.cc1378 virtual void FindShortSuccessor(std::string* key) const { function in class:leveldb::NewComparator
1379 BytewiseComparator()->FindShortSuccessor(key);
1402 virtual void FindShortSuccessor(std::string* key) const { function in class:leveldb::NumberComparator
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.h70 virtual void FindShortSuccessor(std::string* key) const OVERRIDE;
H A Dleveldb_database.cc77 void LevelDBDatabase::ComparatorAdapter::FindShortSuccessor( function in class:content::LevelDBDatabase::ComparatorAdapter
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_builder.cc232 r->options.comparator->FindShortSuccessor(&r->last_key);
H A Dtable_test.cc57 virtual void FindShortSuccessor(std::string* key) const { function in class:leveldb::__anon12462::ReverseKeyComparator
59 BytewiseComparator()->FindShortSuccessor(&s);

Completed in 4581 milliseconds