Home
last modified time | relevance | path

Searched refs:RXCPP_NOEXCEPT (Results 1 – 3 of 3) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-includes.hpp155 #define RXCPP_NOEXCEPT macro
157 #define RXCPP_NOEXCEPT noexcept macro
Drx-composite_exception.hpp16 virtual const char *what() const RXCPP_NOEXCEPT override { in what()
Drx-scheduler.hpp469 exit_recursed_scope_type(exit_recursed_scope_type && other) RXCPP_NOEXCEPT in exit_recursed_scope_type()