OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindShortSuccessor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc
87
void InternalKeyComparator::
FindShortSuccessor
(std::string* key) const {
90
user_comparator_->
FindShortSuccessor
(&tmp);
c.cc
83
virtual void
FindShortSuccessor
(std::string* key) const { }
db_test.cc
[
all
...]
/external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc
57
virtual void
FindShortSuccessor
(std::string* key) const {
59
BytewiseComparator()->
FindShortSuccessor
(&s);
Completed in 134 milliseconds