Home
last modified time | relevance | path

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

/aosp_15_r20/external/libusb/libusb/os/
H A Demscripten_webusb.cpp638 struct IntPromise : val { in em_get_device_list() struct
639 IntPromise(val&& promise) : val(std::move(promise)) {} in em_get_device_list() argument
641 struct AwaitResult { in em_get_device_list()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_9319.cpp17 typedef boost::shared_ptr< boost::promise<int> > IntPromise; typedef