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

/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc351 std::vector<struct FuncInfo> *sorted_functions = &(source_file.func_info); local
352 int func_size = sorted_functions->size();
355 struct FuncInfo &func_info = (*sorted_functions)[j];

Completed in 88 milliseconds