Home
last modified time | relevance | path

Searched defs:async_completion (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dasync_result.hpp207 struct async_completion struct
212 Signature>::completion_handler_type completion_handler_type;
220 explicit async_completion(CompletionToken& token) in async_completion() argument
228 explicit async_completion(typename decay<CompletionToken>::type& token) in async_completion() argument
234 explicit async_completion(const typename decay<CompletionToken>::type& token) in async_completion() argument
245 completion_handler_type&, completion_handler_type>::type completion_handler;
247 completion_handler_type completion_handler;
251 async_result<typename decay<CompletionToken>::type, Signature> result;
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager_request_impl.cc415 bool async_completion) { in LogFinishRequest()