Home
last modified time | relevance | path

Searched refs:desc_action_index (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc406 for (int desc_action_index = 0; in SymCallback() local
407 desc_action_index < sizeof(desc_actions) / sizeof(desc_action); in SymCallback()
408 ++desc_action_index) { in SymCallback()
409 if (desc.find(desc_actions[desc_action_index].desc) != string::npos) { in SymCallback()
410 *(desc_actions[desc_action_index].action) = true; in SymCallback()