/third_party/boost/boost/date_time/ |
D | constrained_value.hpp | 73 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/ |
D | regression_multi_pass_error_handler.cpp | 36 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/ |
D | plantuml.txt | 73 Father -> Father : on_error 89 Father -> Father : on_error 113 Father -> Father : on_error
|
/third_party/boost/libs/spirit/doc/x3/tutorial/ |
D | error_handling.qbk | 84 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/ |
D | error_handler.hpp | 151 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/ |
D | function_def.hpp | 27 using qi::on_error; in function() 54 on_error<fail>(start, in function()
|
D | expression_def.hpp | 30 using qi::on_error; in expression() 88 on_error<fail>(expr, in expression()
|
D | statement_def.hpp | 28 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/ |
D | error_handler.hpp | 36 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/ |
D | statement_def.hpp | 28 using qi::on_error; in statement() 65 on_error<fail>(statement_list, in statement()
|
D | expression_def.hpp | 31 using qi::on_error; in expression() 84 on_error<fail>(expr, in expression()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | function_def.hpp | 27 using qi::on_error; in function() 54 on_error<fail>(start, in function()
|
D | expression_def.hpp | 30 using qi::on_error; in expression() 83 on_error<fail>(expr, in expression()
|
D | statement_def.hpp | 27 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/ |
D | function_def.hpp | 29 using qi::on_error; in function() 61 on_error<fail>(start, in function()
|
D | statement_def.hpp | 29 using qi::on_error; in statement() 109 on_error<fail>(statement_list, in statement()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | function_def.hpp | 29 using qi::on_error; in function() 61 on_error<fail>(start, in function()
|
D | statement_def.hpp | 29 using qi::on_error; in statement() 113 on_error<fail>(statement_list, in statement()
|
D | expression_def.hpp | 32 using qi::on_error; in expression() 120 on_error<fail>(expr, in expression()
|
/third_party/boost/boost/process/detail/posix/ |
D | pipe_in.hpp | 41 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
|
D | pipe_out.hpp | 35 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/ |
D | statement_def.hpp | 29 using qi::on_error; in statement() 101 on_error<fail>(statement_list, in statement()
|
D | expression_def.hpp | 32 using qi::on_error; in expression() 148 on_error<fail>(expr, in expression()
|
/third_party/boost/boost/process/detail/windows/ |
D | pipe_in.hpp | 46 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/ |
D | expect.cpp | 72 using qi::on_error; in ident() 80 on_error<fail>(id_list, in ident()
|