Home
last modified time | relevance | path

Searched refs:uarg_the_enum (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.tcc2389 auto uarg_the_enum = std::make_unique<::std::vector<::py3::simple::AnEnum>>(); in process_contain_enum() local
2390 args.get<0>().value = uarg_the_enum.get(); in process_contain_enum()
2402 iface_->async_tm_contain_enum(std::move(callback), std::move(uarg_the_enum)); in process_contain_enum()