OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CNewException
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Common/
NewHandler.h
10
So we define another version of operator "new" that throws "
CNewException
" on failure.
16
with any compiler. 7-Zip's code can work with "bad_alloc" and "
CNewException
" exceptions.
18
that redefined version of operator "new" (that throws
CNewException
) is not
25
class
CNewException
{};
NewHandler.cpp
21
throw
CNewException
();
49
throw
CNewException
();
73
throw
CNewException
();
110
throw
CNewException
();
151
throw
CNewException
();
/external/lzma/CPP/7zip/UI/Console/
MainAr.cpp
56
catch(const
CNewException
&)
/external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp
223
catch(const
CNewException
&)
Completed in 96 milliseconds