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

/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc310 CComPtr<IDiaSymbol> compiland; local
312 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) {
314 if (FAILED(session_->findFile(compiland, NULL, nsNone, &source_files))) {
341 compiland.Release();
457 CComPtr<IDiaSymbol> compiland; local
458 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) {
460 if (FAILED(compiland->findChildren(SymTagBlock, NULL,
462 fprintf(stderr, "findChildren failed on a compiland\n");
492 compiland.Release();

Completed in 108 milliseconds