Searched defs:line_it (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc872 vector<Module::Line>::const_iterator line_it = lines_.begin(); local
876 // Pointers to the referents of func_it and line_it, or NULL if the
883 if (func_it != functions->end() && line_it != lines_.end()) {
885 line = &*line_it;
887 } else if (line_it != lines_.end()) {
889 line = &*line_it;
1017 while (line_it != lines_.end()
1018 && next_transition >= line_it->address
1019 && !within(*line_it, next_transition))
1020 line_it
[all...]

Completed in 65 milliseconds