Home
last modified time | relevance | path

Searched defs:throw_ (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/log/src/
Dexceptions.cpp65 void bad_alloc::throw_(const char* file, std::size_t line, const char* descr) in throw_() function in boost::bad_alloc
73 void bad_alloc::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() function in boost::bad_alloc
95 void capacity_limit_reached::throw_(const char* file, std::size_t line, const char* descr) in throw_() function in boost::capacity_limit_reached
103 void capacity_limit_reached::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() function in boost::capacity_limit_reached
134 void missing_value::throw_(const char* file, std::size_t line) in throw_() function in boost::missing_value
142 void missing_value::throw_(const char* file, std::size_t line, const char* descr) in throw_() function in boost::missing_value
150 void missing_value::throw_(const char* file, std::size_t line, std::string const& descr) in throw_() function in boost::missing_value
158 void missing_value::throw_(const char* file, std::size_t line, const char* descr, attribute_name co… in throw_() function in boost::missing_value
167 void missing_value::throw_(const char* file, std::size_t line, std::string const& descr, attribute_… in throw_() function in boost::missing_value
190 void invalid_type::throw_(const char* file, std::size_t line) in throw_() function in boost::invalid_type
[all …]
/third_party/boost/boost/phoenix/statement/
Dthrow.hpp24 struct throw_ {}; struct
30 struct throw_ struct
37 struct throw_ struct
67 throw_(ThrowExpr const& throw_expr) in throw_() function
106 throw_() in throw_() function
/third_party/boost/boost/wave/
Dcpp_throw.hpp27 void throw_(typename Exception::error_code code, S1 msg, Pos const& pos) in throw_() function
41 void throw_(Context& ctx, typename Exception::error_code code, in throw_() function
57 void throw_(typename Exception::error_code code, S1 msg, Pos const& pos, in throw_() function
73 void throw_(Context& ctx, typename Exception::error_code code, in throw_() function
/third_party/boost/boost/xpressive/
Dregex_actions.hpp835 struct throw_ struct
838 typedef void result_type;
841 void operator()() const in operator ()()
848 void operator()(A0 const &a0) const in operator ()()
855 void operator()(A0 const &a0, A1 const &a1) const in operator ()()
868 void operator()(A0 const &a0, A1 const &a1, A2 const &a2) const in operator ()()
/third_party/boost/libs/optional/test/
Doptional_test_value_access.cpp122 int throw_() in throw_() function
Doptional_test_old_impl.cpp123 int throw_() in throw_() function
/third_party/boost/libs/exception/test/
Dcloning_test.cpp32 bool throw_; member
/third_party/boost/boost/spirit/home/classic/error_handling/
Dexceptions.hpp105 throw_(IteratorT where, ErrorDescrT descriptor) in throw_() function
/third_party/boost/libs/iostreams/src/
Dfile_descriptor.cpp260 void file_descriptor_impl::close_impl(bool close_flag, bool throw_) { in close_impl()
/third_party/boost/libs/proto/example/
Dlambda.hpp58 struct throw_ {}; struct