Searched refs:_M_fFromAsync (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 2536 _M_fFromAsync(false), _M_fUnwrappedTask(false), in _Task_impl_base() 2541 _M_fFromAsync(false), _M_fRuntimeAggregate(false), _M_fUnwrappedTask(false), in _Task_impl_base() 2609 if (_M_fFromAsync) in _Wait() 2611 if ((_M_pTaskCollection == nullptr) || _M_fFromAsync) in _Wait() 2836 return _M_fFromAsync; in _IsApartmentAware() 2841 _M_fFromAsync = _Async; in _SetAsync() 3268 bool _M_fFromAsync; variable 5327 _M_Impl->_M_fFromAsync = _Async_type_traits::_IsAsyncTask; 5349 _M_Impl->_M_fFromAsync = true; 5457 …_ContinuationTask._GetImpl()->_M_fFromAsync = (_GetImpl()->_M_fFromAsync || _Async_type_traits::_I…
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 2536 _M_fFromAsync(false), _M_fUnwrappedTask(false), 2541 _M_fFromAsync(false), _M_fRuntimeAggregate(false), _M_fUnwrappedTask(false), 2609 if (_M_fFromAsync) 2611 if ((_M_pTaskCollection == nullptr) || _M_fFromAsync) 2836 return _M_fFromAsync; 2841 _M_fFromAsync = _Async; 3268 bool _M_fFromAsync; 5327 _M_Impl->_M_fFromAsync = _Async_type_traits::_IsAsyncTask; 5349 _M_Impl->_M_fFromAsync = true; 5457 …_ContinuationTask._GetImpl()->_M_fFromAsync = (_GetImpl()->_M_fFromAsync || _Async_type_traits::_I…
|