OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOList
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
in_flight_io.h
119
typedef std::set<scoped_refptr<BackgroundIO> >
IOList
;
121
IOList
io_list_; // List of pending, in-flight io operations.
in_flight_io.cc
46
IOList
::iterator it = io_list_.begin();
Completed in 3637 milliseconds