OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodeKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc
44
static const char*
EncodeKey
(std::string* scratch, const Slice& target) {
56
virtual void Seek(const Slice& k) { iter_.Seek(
EncodeKey
(&tmp_, k)); }
71
std::string tmp_; // For passing to
EncodeKey
/external/chromium_org/third_party/leveldatabase/src/util/
cache_test.cc
14
static std::string
EncodeKey
(int k) {
49
Cache::Handle* handle = cache_->Lookup(
EncodeKey
(key));
58
cache_->Release(cache_->Insert(
EncodeKey
(key), EncodeValue(value), charge,
63
cache_->Erase(
EncodeKey
(key));
112
Cache::Handle* h1 = cache_->Lookup(
EncodeKey
(100));
116
Cache::Handle* h2 = cache_->Lookup(
EncodeKey
(100));
Completed in 503 milliseconds