Home
last modified time | relevance | path

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

/external/chromium_org/third_party/leveldatabase/src/db/
Ddbformat.h189 class LookupKey {
193 LookupKey(const Slice& user_key, SequenceNumber sequence);
195 ~LookupKey();
220 LookupKey(const LookupKey&);
221 void operator=(const LookupKey&);
224 inline LookupKey::~LookupKey() { in ~LookupKey()
Ddbformat.cc121 LookupKey::LookupKey(const Slice& user_key, SequenceNumber s) { in LookupKey() function in leveldb::LookupKey
Dmemtable.h64 bool Get(const LookupKey& key, std::string* value, Status* s);
Dmemtable.cc108 bool MemTable::Get(const LookupKey& key, std::string* value, Status* s) { in Get()
Dversion_set.h73 Status Get(const ReadOptions&, const LookupKey& key, std::string* val,
Dversion_set.cc338 const LookupKey& k, in Get()
Ddb_impl.cc1103 LookupKey lkey(key, snapshot); in Get()
/external/llvm/lib/IR/
DConstantsContext.h654 typedef std::pair<TypeClass*, Operands> LookupKey;
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) {
DConstants.cpp2554 LLVMContextImpl::ArrayConstantsTy::LookupKey Lookup; in replaceUsesOfWithOnConstant()
2630 LLVMContextImpl::StructConstantsTy::LookupKey Lookup; in replaceUsesOfWithOnConstant()
/external/chromium_org/net/dns/
Dmdns_cache.h71 const RecordParsed* LookupKey(const Key& key);
Dmdns_cache.cc83 const RecordParsed* MDnsCache::LookupKey(const Key& key) { in LookupKey() function in net::MDnsCache
Dmdns_client_impl.cc262 const RecordParsed* record = cache_.LookupKey(i->first); in HandlePacket()
/external/v8/src/
Dobjects.cc11624 return LookupKey(&key, s); in LookupString()
11725 return LookupKey(&key, s); in LookupSymbol()
11732 return LookupKey(&key, s); in LookupAsciiSymbol()
11741 return LookupKey(&key, s); in LookupSubStringAsciiSymbol()
11748 return LookupKey(&key, s); in LookupTwoByteSymbol()
11751 MaybeObject* SymbolTable::LookupKey(HashTableKey* key, Object** s) { in LookupKey() function in v8::internal::SymbolTable
Dobjects.h2934 MUST_USE_RESULT MaybeObject* LookupKey(HashTableKey* key, Object** s);
/external/chromium_org/v8/src/
Dobjects.cc15004 return LookupKey(&key, s); in LookupString()
15103 return LookupKey(&key, s); in LookupUtf8String()
15110 return LookupKey(&key, s); in LookupOneByteString()
15120 return LookupKey(&key, s); in LookupSubStringOneByteString()
15127 return LookupKey(&key, s); in LookupTwoByteString()
15131 MaybeObject* StringTable::LookupKey(HashTableKey* key, Object** s) { in LookupKey() function in v8::internal::StringTable
Dobjects.h3748 MUST_USE_RESULT MaybeObject* LookupKey(HashTableKey* key, Object** s);