HomeSort by relevance Sort by last modified time
    Searched defs:EntryMap (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/disk_cache/
mem_backend_impl.h 85 typedef base::hash_map<std::string, MemEntryImpl*> EntryMap;
106 EntryMap entries_;
mem_entry_impl.h 117 typedef base::hash_map<int, MemEntryImpl*> EntryMap;
176 scoped_ptr<EntryMap> children_;
  /external/chromium/net/base/
host_cache.h 73 typedef std::map<Key, scoped_refptr<Entry> > EntryMap;
111 const EntryMap& entries() const;
138 EntryMap entries_;
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.h 87 typedef std::map<std::string, Entry> EntryMap;
105 EntryMap map_;
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h 161 typedef HashMap<String, unsigned> EntryMap;
162 EntryMap m_pendingEntries;
  /external/clang/lib/StaticAnalyzer/Checkers/
IteratorsChecker.cpp 147 typedef llvm::ImmutableMap<const MemRegion *, RefState> EntryMap;
155 : public ProgramStatePartialTrait<IteratorState::EntryMap> {
232 IteratorState::EntryMap Map = state->get<IteratorState>();
238 for (IteratorState::EntryMap::iterator I = Map.begin(), E = Map.end();
CStringChecker.cpp 193 typedef llvm::ImmutableMap<const MemRegion *, SVal> EntryMap;
201 : public ProgramStatePartialTrait<CStringLength::EntryMap> {
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 390 EntryMap::iterator it = entries_.find(key);
421 EntryMap::iterator it = entries_.find(key);
451 EntryMap::iterator it = entries_.find(key);
503 EntryMap::iterator it = entries_.begin();
510 typedef base::hash_map<std::string, MockDiskEntry*> EntryMap;
531 EntryMap entries_;
    [all...]

Completed in 1517 milliseconds