/external/chromium_org/third_party/leveldatabase/src/db/ |
D | dbformat.h | 189 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()
|
D | dbformat.cc | 121 LookupKey::LookupKey(const Slice& user_key, SequenceNumber s) { in LookupKey() function in leveldb::LookupKey
|
D | memtable.h | 64 bool Get(const LookupKey& key, std::string* value, Status* s);
|
D | memtable.cc | 108 bool MemTable::Get(const LookupKey& key, std::string* value, Status* s) { in Get()
|
D | version_set.h | 73 Status Get(const ReadOptions&, const LookupKey& key, std::string* val,
|
D | version_set.cc | 338 const LookupKey& k, in Get()
|
D | db_impl.cc | 1103 LookupKey lkey(key, snapshot); in Get()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 654 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) {
|
D | Constants.cpp | 2554 LLVMContextImpl::ArrayConstantsTy::LookupKey Lookup; in replaceUsesOfWithOnConstant() 2630 LLVMContextImpl::StructConstantsTy::LookupKey Lookup; in replaceUsesOfWithOnConstant()
|
/external/chromium_org/net/dns/ |
D | mdns_cache.h | 71 const RecordParsed* LookupKey(const Key& key);
|
D | mdns_cache.cc | 83 const RecordParsed* MDnsCache::LookupKey(const Key& key) { in LookupKey() function in net::MDnsCache
|
D | mdns_client_impl.cc | 262 const RecordParsed* record = cache_.LookupKey(i->first); in HandlePacket()
|
/external/v8/src/ |
D | objects.cc | 11624 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
|
D | objects.h | 2934 MUST_USE_RESULT MaybeObject* LookupKey(HashTableKey* key, Object** s);
|
/external/chromium_org/v8/src/ |
D | objects.cc | 15004 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
|
D | objects.h | 3748 MUST_USE_RESULT MaybeObject* LookupKey(HashTableKey* key, Object** s);
|