OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryMap
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
diskcache.cc
218
for (
EntryMap
::iterator it = map_.begin(); it != map_.end(); ++it) {
227
EntryMap
::iterator oldest = map_.end();
228
for (
EntryMap
::iterator it = map_.begin(); it != map_.end(); ++it) {
238
for (
EntryMap
::iterator it = oldest++; it != map_.end(); ++it) {
301
EntryMap
::iterator it = map_.find(id);
312
it = map_.insert(
EntryMap
::value_type(id, e)).first;
diskcache.h
70
typedef std::map<std::string, Entry>
EntryMap
;
88
EntryMap
map_;
Completed in 44 milliseconds