Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dasync.hpp70 struct async_builder struct
72 boost::asio::io_context * ios;
74 void operator()(boost::asio::io_context & ios_) {this->ios = &ios_;}; in operator ()()
76 typedef api::io_context_ref result_type;
77 api::io_context_ref get_initializer() {return api::io_context_ref (*ios);}; in get_initializer()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction_test.cc1711 HloComputation::Builder async_builder("AsyncOp"); in TEST_F() local