Home
last modified time | relevance | path

Searched refs:on_error (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/boost/boost/date_time/
Dconstrained_value.hpp73 value_policies::on_error(value_, value, min_violation); in assign()
77 value_policies::on_error(value_, value, max_violation); in assign()
116 static void on_error(rep_type, rep_type, violation_enum) in on_error() function in boost::CV::simple_exception_policy
/third_party/boost/libs/spirit/test/support/
Dregression_multi_pass_error_handler.cpp36 qi::on_error<qi::fail>(r, phoenix::ref(oss) << phoenix::val("error")); in main()
56 qi::on_error<qi::fail>(r1, phoenix::ref(oss) << phoenix::val("error in r1")); in main()
57 qi::on_error<qi::fail>(r2, phoenix::ref(oss) << phoenix::val("error in r2")); in main()
/third_party/boost/libs/process/doc/images/
Dplantuml.txt73 Father -> Father : on_error
89 Father -> Father : on_error
113 Father -> Father : on_error
/third_party/boost/libs/spirit/doc/x3/tutorial/
Derror_handling.qbk84 client supplied `on_error` handler, the exception can be serviced by calling
93 matches the input or an exception is emitted. Using on_error(), that
97 [heading on_error]
99 `on_error` is the counterpart of `on_success`, as discussed in the
102 /successful/ parse, `on_error` handlers are callback hooks to client code
104 via the expect operator or directive. `on_error` handlers have access to the
122 Here's our `on_error` handler:
127 x3::error_handler_result on_error(
230 `on_error` handler.
261 // it later in our on_error and on_sucess handlers
[all …]
/third_party/boost/boost/spirit/home/qi/nonterminal/
Derror_handler.hpp151 void on_error(rule<Iterator, T0, T1, T2>& r, F f) in on_error() function
170 void on_error(rule<Iterator, T0, T1, T2>& r, F f) in on_error() function
172 on_error<fail>(r, f); in on_error()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dfunction_def.hpp27 using qi::on_error; in function()
54 on_error<fail>(start, in function()
Dexpression_def.hpp30 using qi::on_error; in expression()
88 on_error<fail>(expr, in expression()
Dstatement_def.hpp28 using qi::on_error; in statement()
111 on_error<fail>(statement_list, in statement()
/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/
Derror_handler.hpp36 x3::error_handler_result on_error(
56 error_handler_base::on_error( in on_error() function in rexpr::parser::error_handler_base
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dstatement_def.hpp28 using qi::on_error; in statement()
65 on_error<fail>(statement_list, in statement()
Dexpression_def.hpp31 using qi::on_error; in expression()
84 on_error<fail>(expr, in expression()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dfunction_def.hpp27 using qi::on_error; in function()
54 on_error<fail>(start, in function()
Dexpression_def.hpp30 using qi::on_error; in expression()
83 on_error<fail>(expr, in expression()
Dstatement_def.hpp27 using qi::on_error; in statement()
108 on_error<fail>(statement_list, in statement()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dfunction_def.hpp29 using qi::on_error; in function()
61 on_error<fail>(start, in function()
Dstatement_def.hpp29 using qi::on_error; in statement()
109 on_error<fail>(statement_list, in statement()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dfunction_def.hpp29 using qi::on_error; in function()
61 on_error<fail>(start, in function()
Dstatement_def.hpp29 using qi::on_error; in statement()
113 on_error<fail>(statement_list, in statement()
Dexpression_def.hpp32 using qi::on_error; in expression()
120 on_error<fail>(expr, in expression()
/third_party/boost/boost/process/detail/posix/
Dpipe_in.hpp41 void on_error(Executor &, const std::error_code &) const in on_error() function
84 void on_error(Executor & exec, const std::error_code &) in on_error() function
Dpipe_out.hpp35 void on_error(Executor &, const std::error_code &) const in on_error() function
105 void on_error(Executor & exec, const std::error_code &) in on_error() function
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dstatement_def.hpp29 using qi::on_error; in statement()
101 on_error<fail>(statement_list, in statement()
Dexpression_def.hpp32 using qi::on_error; in expression()
148 on_error<fail>(expr, in expression()
/third_party/boost/boost/process/detail/windows/
Dpipe_in.hpp46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error() function
77 void on_error(Executor & exec, const std::error_code &) in on_error() function
/third_party/boost/libs/spirit/example/qi/
Dexpect.cpp72 using qi::on_error; in ident()
80 on_error<fail>(id_list, in ident()

1234