Searched defs:_result (Results 1 – 4 of 4) sorted by relevance
19 let _result = ylong_runtime::block_on(handle).unwrap(); in main() localVariable
26 let _result = ylong_runtime::block_on(handle).unwrap(); in main() localVariable
48 let _result = runtime.block_on(handle).unwrap(); in sdv_set_builder_after_start() localVariable76 let _result = runtime.block_on(handle).unwrap(); in sdv_set_builder_before_stop() localVariable
343 …inline int32_t TaskSchedule(ResponsePtr &_result, const std::string _module, ClassTypePtr _obj, Fu… in TaskSchedule()