HomeSort by relevance Sort by last modified time
    Searched refs:LookupKey (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.h 186 class LookupKey {
190 LookupKey(const Slice& user_key, SequenceNumber sequence);
192 ~LookupKey();
217 LookupKey(const LookupKey&);
218 void operator=(const LookupKey&);
221 inline LookupKey::~LookupKey() {
memtable.h 64 bool Get(const LookupKey& key, std::string* value, Status* s);
dbformat.cc 121 LookupKey::LookupKey(const Slice& user_key, SequenceNumber s) {
memtable.cc 108 bool MemTable::Get(const LookupKey& key, std::string* value, Status* s) {
version_set.h 73 Status Get(const ReadOptions&, const LookupKey& key, std::string* val,
db_impl.cc     [all...]
version_set.cc 293 const LookupKey& k,
    [all...]
  /external/chromium_org/net/dns/
mdns_cache.h 71 const RecordParsed* LookupKey(const Key& key);
mdns_cache.cc 83 const RecordParsed* MDnsCache::LookupKey(const Key& key) {
mdns_client_impl.cc 292 const RecordParsed* record = cache_.LookupKey(i->first);
  /external/llvm/lib/IR/
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) {
Constants.cpp     [all...]
  /external/chromium_org/v8/src/
objects.cc     [all...]
objects.h     [all...]
  /external/v8/src/
objects.cc     [all...]
objects.h     [all...]

Completed in 144 milliseconds