Home
last modified time | relevance | path

Searched defs:throw_on_failure (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/
Dconvert.hpp33 namespace detail { enum throw_on_failure {}; } enum
37 detail::throw_on_failure const throw_on_failure = detail::throw_on_failure(0); variable
103 convert(TypeIn const& value_in, Converter const& converter, boost::detail::throw_on_failure) in convert()
/third_party/flutter/skia/src/ports/
DSkMemory_malloc.cpp25 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
/third_party/skia/src/ports/
DSkMemory_malloc.cpp33 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
/third_party/boost/boost/contract/detail/condition/
Dcond_base.hpp91 bool check_pre(bool throw_on_failure = false) { in check_pre()
/third_party/googletest/googletest/test/
Dgtest_unittest.cc5734 bool throw_on_failure; member