Searched refs:_ResultContext (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 1357 struct _ResultContext struct 1494 struct _ResultContext<_Type*> struct 1511 struct _ResultContext<std::vector<_Type*>> struct 1548 struct _ResultContext<std::pair<_Type*, size_t>> struct 1790 …_M_asyncInfo = _ResultContext<_AsyncOperationType*>::_GetValue(_M_asyncInfo.Get(), _M_asyncInfoCon… in put_Completed() 3495 _M_ResultContext = _ResultContext<_ReturnType>::_GetContext(_M_fRuntimeAggregate); 3568 … return _ResultContext<_ReturnType>::_GetValue(_M_Result, _M_ResultContext, _M_fRuntimeAggregate); 8180 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_Index++], false); 8236 … _PParam->_M_contexts[_Index] = _ResultContext<_ElementType>::_GetContext(false); 8291 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_I], false); [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 1357 struct _ResultContext 1494 struct _ResultContext<_Type*> 1511 struct _ResultContext<std::vector<_Type*>> 1548 struct _ResultContext<std::pair<_Type*, size_t>> 1790 …_M_asyncInfo = _ResultContext<_AsyncOperationType*>::_GetValue(_M_asyncInfo.Get(), _M_asyncInfoCon… 3495 _M_ResultContext = _ResultContext<_ReturnType>::_GetContext(_M_fRuntimeAggregate); 3568 … return _ResultContext<_ReturnType>::_GetValue(_M_Result, _M_ResultContext, _M_fRuntimeAggregate); 8180 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_Index++], false); 8236 … _PParam->_M_contexts[_Index] = _ResultContext<_ElementType>::_GetContext(false); 8291 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_I], false); [all …]
|