OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temp_debug_stream
(Results
1 - 1
of
1
) sorted by null
/external/google-breakpad/src/common/windows/
dia_util.cc
44
CComPtr<IDiaEnumDebugStreamData>
temp_debug_stream
;
local
46
while (SUCCEEDED(enum_debug_streams->Next(1, &
temp_debug_stream
, &fetched)) &&
49
if (FAILED(
temp_debug_stream
->get_name(&stream_name))) {
56
*debug_stream =
temp_debug_stream
.Detach();
60
temp_debug_stream
.Release();
Completed in 162 milliseconds