OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReturnIfError
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp
158
HRESULT CCoderMixer2MT::
ReturnIfError
(HRESULT code)
197
RINOK(
ReturnIfError
(E_ABORT));
198
RINOK(
ReturnIfError
(E_OUTOFMEMORY));
207
RINOK(
ReturnIfError
(S_FALSE));
CoderMixer2MT.h
57
HRESULT
ReturnIfError
(HRESULT code);
Completed in 310 milliseconds