HomeSort by relevance Sort by last modified time
    Searched full:enum_debug_streams (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/common/windows/
dia_util.cc 38 CComPtr<IDiaEnumDebugStreams> enum_debug_streams; local
39 if (FAILED(session->getEnumDebugStreams(&enum_debug_streams))) {
46 while (SUCCEEDED(enum_debug_streams->Next(1, &temp_debug_stream, &fetched)) &&

Completed in 65 milliseconds