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
180
HRESULT CCoderMixer2MT::
ReturnIfError
(HRESULT code)
219
RINOK(
ReturnIfError
(E_ABORT));
220
RINOK(
ReturnIfError
(E_OUTOFMEMORY));
229
RINOK(
ReturnIfError
(S_FALSE));
CoderMixer2MT.h
54
HRESULT
ReturnIfError
(HRESULT code);
Completed in 2444 milliseconds