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

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc871 vector<Module::Function *>::iterator func_it = functions->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()) {
884 func = *func_it;
891 } else if (func_it != functions->end()) {
892 func = *func_it;
894 current = (*func_it)->address;
1012 while (func_it != functions->end()
1013 && next_transition >= (*func_it)->address
1014 && !within(**func_it, next_transitio
[all...]

Completed in 486 milliseconds