Searched defs:throw_on_failure (Results 1 – 5 of 5) sorted by relevance
33 namespace detail { enum throw_on_failure {}; } enum37 detail::throw_on_failure const throw_on_failure = detail::throw_on_failure(0); variable103 convert(TypeIn const& value_in, Converter const& converter, boost::detail::throw_on_failure) in convert()
25 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
33 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
91 bool check_pre(bool throw_on_failure = false) { in check_pre()
5734 bool throw_on_failure; member