Home
last modified time | relevance | path

Searched full:on_success (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi145 on_success, on_failure, deadline): argument
148 On success, `on_success` will be invoked with the tag taken from the CQ.
156 on_success: A callable object to be invoked upon successful receipt of a
172 on_success(tag)
180 grpc_completion_queue *c_completion_queue, on_success, int flags, method, argument
194 on_success: A behavior to be called if attempting to start operations for
256 on_success(started_tags)
290 def on_success(started_tags): function
295 state, call_state, state.c_call_completion_queue, on_success, flags,
329 def on_success(tag): function
[all …]
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dannotation.qbk27 `on_success` handler. The example will show how to get the position in input
31 "with" directive, that the `on_success` handler can access as it is called
94 [heading on_success]
96 The `on_success` gives you everything you want from semantic actions without
98 code. `on_success` as a concept and mechanism is an important departure from
111 If we care to keep our code clean, `on_success` handlers are alternative
114 `on_success` handlers have access to the AST, the iterators, and context.
115 But, unlike semantic actions, `on_success` handlers are cleanly separated
121 our `on_success` handler:
129 inline void on_success(Iterator const& first, Iterator const& last
[all …]
/third_party/boost/boost/spirit/home/x3/support/utility/
Dannotate_on_success.hpp18 // The on_success handler tags the AST with the iterator position
21 // The on_success handler also ties the AST to a vector of iterator
32 inline void on_success(Iterator const& first, Iterator const& last in on_success() function
37 this->on_success(first, last, node, context); in on_success()
42 inline void on_success(Iterator const& first, Iterator const& last in on_success() function
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dstatement_def.hpp29 using qi::on_success; in statement()
117 on_success(variable_declaration, in statement()
119 on_success(assignment, in statement()
121 on_success(return_statement, in statement()
Dexpression_def.hpp31 using qi::on_success; in expression()
95 on_success(unary_expr, in expression()
97 on_success(postfix_expr, in expression()
99 on_success(primary_expr, in expression()
Dfunction_def.hpp28 using qi::on_success; in function()
59 on_success(identifier, in function()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dstatement_def.hpp28 using qi::on_success; in statement()
114 on_success(variable_declaration, in statement()
116 on_success(assignment, in statement()
118 on_success(return_statement, in statement()
Dfunction_def.hpp28 using qi::on_success; in function()
59 on_success(identifier, in function()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dstatement_def.hpp30 using qi::on_success; in statement()
119 on_success(variable_declaration, in statement()
121 on_success(assignment, in statement()
123 on_success(return_statement, in statement()
Dfunction_def.hpp30 using qi::on_success; in function()
66 on_success(identifier, in function()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dstatement_def.hpp30 using qi::on_success; in statement()
115 on_success(variable_declaration, in statement()
117 on_success(assignment, in statement()
119 on_success(return_statement, in statement()
Dfunction_def.hpp30 using qi::on_success; in function()
66 on_success(identifier, in function()
/third_party/boost/libs/process/doc/
Dextend.qbk2 [def __on_success__ [globalref boost::process::extend::on_success ex::on_success]]
5 [def __on_success__ [memberref boost::process::extend::handler::on_success on_success]]
29 * [globalref boost::process::extend::on_success on_success]
Dwindows_pseudocode.xml30 … s.<methodname alt="boost::process::extend::handler::on_error">on_success</methodname>(*this);
32 //now we check again, because a on_success handler might've errored.
/third_party/boost/doc/html/boost/process/extend/
Don_success.html5 <title>Global on_success</title>
27 <a name="boost.process.extend.on_success"></a><div class="titlepage"></div>
29 <h2><span class="refentrytitle">Global on_success</span></h2>
30 <p>boost::process::extend::on_success — This handler is invoked if launching the process has succee…
35 …"emphasis"><em><span class="identifier">unspecified</span></em></span> on_success<span class="spec…
Don_error.html11 <link rel="next" href="on_success.html" title="Global on_success">
24 …./../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="on_success.html"><img src="…
48 …./../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="on_success.html"><img src="…
Don_fork_error.html10 <link rel="prev" href="on_success.html" title="Global on_success">
24 <a accesskey="p" href="on_success.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev…
60 <a accesskey="p" href="on_success.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev…
/third_party/boost/doc/html/boost_process/
Dextend.html69 …ut"><a class="link" href="../boost/process/extend/on_success.html" title="Global on_success">on_su…
107 …"><a class="link" href="../boost/process/extend/on_success.html" title="Global on_success">ex::on_…
155 …"><a class="link" href="../boost/process/extend/on_success.html" title="Global on_success">ex::on_…
323 …"><a class="link" href="../boost/process/extend/on_success.html" title="Global on_success">ex::on_…
330 …"><a class="link" href="../boost/process/extend/on_success.html" title="Global on_success">ex::on_…
336 …"><a class="link" href="../boost/process/extend/on_success.html" title="Global on_success">ex::on_…
346 …"><a class="link" href="../boost/process/extend/on_success.html" title="Global on_success">ex::on_…
/third_party/boost/libs/process/doc/images/
Dplantuml.txt44 Father -> Father : on_success
107 Father -> Father : on_success
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dstatement_def.hpp29 using qi::on_success; in statement()
70 on_success(assignment, in statement()
Dexpression_def.hpp32 using qi::on_success; in expression()
89 on_success(primary_expr, in expression()
/third_party/boost/boost/process/detail/posix/
Dpipe_in.hpp47 void on_success(Executor &) const in on_success() function
90 void on_success(Executor &exec) in on_success() function
/third_party/boost/boost/process/detail/windows/
Dpipe_in.hpp52 void on_success(WindowsExecutor &) const in on_success() function
83 void on_success(Executor &exec) in on_success() function
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dstatement_def.hpp30 using qi::on_success; in statement()
106 on_success(assignment, in statement()
/third_party/boost/boost/spirit/home/x3/nonterminal/detail/
Drule.hpp118 std::declval<ID>().on_success(
163 , mpl::false_ /* No on_success handler */ ) in call_on_success()
172 , mpl::true_ /* Has on_success handler */) in call_on_success()
175 ID().on_success( in call_on_success()

1234