Searched refs:file_it (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
H A Dmodule.cc189 for (FileByNameMap::iterator file_it = files_.begin();
190 file_it != files_.end(); ++file_it) {
191 file_it->second->source_id = -1;
209 for (FileByNameMap::iterator file_it = files_.begin();
210 file_it != files_.end(); ++file_it) {
211 if (!file_it->second->source_id)
212 file_it->second->source_id = next_source_id++;
242 for (FileByNameMap::iterator file_it
[all...]
/external/flatbuffers/src/
H A Dflatc.cpp296 for (auto file_it = filenames.begin();
297 file_it != filenames.end();
298 ++file_it) {
299 auto &filename = *file_it;
304 bool is_binary = static_cast<size_t>(file_it - filenames.begin()) >=
/external/stressapptest/src/
H A Dsat.cc1647 WorkerMap::const_iterator file_it = workers_map_.find( local
1650 sat_assert(file_it != workers_map_.end());
1656 for (WorkerVector::const_iterator it = file_it->second->begin();
1657 it != file_it->second->end(); ++it) {
1675 WorkerMap::const_iterator file_it = workers_map_.find( local
1677 sat_assert(file_it != workers_map_.end());
1678 for (WorkerVector::const_iterator it = file_it->second->begin();
1679 it != file_it->second->end(); ++it) {

Completed in 310 milliseconds