Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc381 static const desc_action desc_actions[] = { in SymCallback() local
407 desc_action_index < sizeof(desc_actions) / sizeof(desc_action); 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()