Searched refs:run_callback (Results 1 – 6 of 6) sorted by relevance
98 RunCallback run_callback; // must be run while holding mu_ member103 CancellationToken cancellation_token, RunCallback run_callback) in Attempt()109 run_callback(std::move(run_callback)), in Attempt()
160 RunCallback run_callback; // must be run while holding mu_ member168 CancellationToken cancellation_token, RunCallback run_callback) in Attempt()174 run_callback(run_callback), in Attempt()
148 switch (cur_attempt->run_callback(cur_attempt)) { in TryAttemptLocked()
293 switch (cur_attempt->run_callback(cur_attempt)) { in TryAttemptLocked()
30 {%- macro run_callback(variable, parameters) -%}121 …getImpl().{{method|name}}({{run_callback('data', method.parameters)}}{% if with_response %}{% if m…249 mCallback.call({{run_callback('response', method.response_parameters)}});
890 bool run_callback = false; in call_done() local896 run_callback = true; in call_done()900 if (run_callback) { in call_done()