HomeSort by relevance Sort by last modified time
    Searched refs:fail_not_found_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 211 bool fail_dns_; // DNS failures (fail_not_found_ will also be set).
212 bool fail_timeout_; // Timeouts (fail_not_found_ will also be set).
213 bool fail_not_found_; // The file could not be found. If this is the only member in class:google_breakpad::MSSymbolServerConverter
ms_symbol_server_converter.cc 108 fail_not_found_(false) {
268 fail_not_found_ = false;
291 if (fail_not_found_) {
403 &self->fail_not_found_ }

Completed in 452 milliseconds