Home
last modified time | relevance | path

Searched refs:UnwinderName (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dunwinder.h52 #define ON_UNWIND_EXPLICIT(FunctionName, UnwinderName, Function) \ argument
54 ::unwinder::detail::unwinder<decltype(FunctionName)> UnwinderName(std::addressof(FunctionName))
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp1027 #define RXCPP_UNWIND_EXPLICIT(FunctionName, UnwinderName, Function) \ argument
1029 rxcpp::util::detail::unwinder<decltype(FunctionName)> UnwinderName(std::addressof(FunctionName))