Searched refs:LookupKey (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat.h186 class LookupKey { class in namespace:leveldb
190 LookupKey(const Slice& user_key, SequenceNumber sequence);
192 ~LookupKey();
217 LookupKey(const LookupKey&);
218 void operator=(const LookupKey&);
221 inline LookupKey::~LookupKey() {
H A Dmemtable.h64 bool Get(const LookupKey& key, std::string* value, Status* s);
H A Ddbformat.cc121 LookupKey::LookupKey(const Slice& user_key, SequenceNumber s) { function in class:leveldb::LookupKey
H A Dmemtable.cc108 bool MemTable::Get(const LookupKey& key, std::string* value, Status* s) {
H A Dversion_set.h73 Status Get(const ReadOptions&, const LookupKey& key, std::string* val,
H A Ddb_impl.cc1094 LookupKey lkey(key, snapshot);
H A Dversion_set.cc293 const LookupKey& k,
/external/chromium_org/net/dns/
H A Dmdns_cache.h71 const RecordParsed* LookupKey(const Key& key);
H A Dmdns_cache.cc83 const RecordParsed* MDnsCache::LookupKey(const Key& key) { function in class:net::MDnsCache
H A Dmdns_client_impl.cc292 const RecordParsed* record = cache_.LookupKey(i->first);
/external/llvm/lib/IR/
H A DConstantsContext.h654 typedef std::pair<TypeClass*, Operands> LookupKey; typedef in class:llvm::ConstantAggrUniqueMap
671 return getHashValue(LookupKey(CP->getType(), CPOperands));
676 static unsigned getHashValue(const LookupKey &Val) {
680 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
733 LookupKey Lookup(Ty, V);
750 typename MapTy::iterator find(LookupKey Lookup) {
H A DConstants.cpp2554 LLVMContextImpl::ArrayConstantsTy::LookupKey Lookup;
2630 LLVMContextImpl::StructConstantsTy::LookupKey Lookup;
/external/chromium_org/v8/src/
H A Dobjects.cc14388 return LookupKey(&key, s);
14487 return LookupKey(&key, s);
14494 return LookupKey(&key, s);
14504 return LookupKey(&key, s);
14511 return LookupKey(&key, s);
14515 MaybeObject* StringTable::LookupKey(HashTableKey* key, Object** s) { function in class:v8::internal::StringTable
H A Dobjects.h3629 MUST_USE_RESULT MaybeObject* LookupKey(HashTableKey* key, Object** s);
/external/v8/src/
H A Dobjects.cc11624 return LookupKey(&key, s);
11725 return LookupKey(&key, s);
11732 return LookupKey(&key, s);
11741 return LookupKey(&key, s);
11748 return LookupKey(&key, s);
11751 MaybeObject* SymbolTable::LookupKey(HashTableKey* key, Object** s) { function in class:v8::internal::SymbolTable
H A Dobjects.h2934 MUST_USE_RESULT MaybeObject* LookupKey(HashTableKey* key, Object** s);

Completed in 362 milliseconds