OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileChangeMap
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.h
127
FileChangeMap
;
152
FileChangeMap
* changes,
159
FileChangeMap
changes_;
163
FileChangeMap
mirror_changes_;
local_file_change_tracker.cc
147
FileChangeMap
::iterator found = changes_.find(url);
157
FileChangeMap
::iterator found = changes_.find(url);
173
FileChangeMap
::iterator found = mirror_changes_.find(url);
187
FileChangeMap
::iterator found = mirror_changes_.find(url);
200
FileChangeMap
::iterator found = changes_.find(url);
233
for (
FileChangeMap
::iterator iter = changes_.begin();
376
FileChangeMap
* changes,
/external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp
46
typedef std::map<unsigned, FileChange>
FileChangeMap
;
47
FileChangeMap
FileChanges; ///< Tracks which files were included where.
50
FileChangeMap
::iterator LastInsertedFileChange;
181
std::pair<
FileChangeMap
::iterator, bool> p = FileChanges.insert(
192
FileChangeMap
::const_iterator I = FileChanges.find(Loc.getRawEncoding());
Completed in 811 milliseconds