OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_STLP_UNWIND
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
features.h
50
* exception-related macros (_STLP_TRY,
_STLP_UNWIND
, etc.)
822
# define
_STLP_UNWIND
(action) catch(...) { action; throw; }
843
# define
_STLP_UNWIND
(action)
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
features.h
50
* exception-related macros (_STLP_TRY,
_STLP_UNWIND
, etc.)
822
# define
_STLP_UNWIND
(action) catch(...) { action; throw; }
843
# define
_STLP_UNWIND
(action)
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
features.h
50
* exception-related macros (_STLP_TRY,
_STLP_UNWIND
, etc.)
822
# define
_STLP_UNWIND
(action) catch(...) { action; throw; }
843
# define
_STLP_UNWIND
(action)
[
all
...]
Completed in 184 milliseconds