Home
last modified time | relevance | path

Searched refs:uarg_something (Results 1 – 1 of 1) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py3/gen-py3cpp/
H A DSimpleService.tcc2273 auto uarg_something = std::make_unique<::std::string>(); in process_retrieve_binary() local
2274 args.get<0>().value = uarg_something.get(); in process_retrieve_binary()
2286 iface_->async_tm_retrieve_binary(std::move(callback), std::move(uarg_something)); in process_retrieve_binary()