Searched defs:_Marshal (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/highgui/src/
H A Dppltasks_winrt.h1461 _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx) function in namespace:Concurrency_winrt::details
1489 return _Marshal<_Type>(_ObjInCtx, _Ctx);
1528 *_It = _Marshal<_Type>(*_It, _Ctx);
1563 return std::pair<_Type*, size_t>(_Marshal<_Type>(_ObjInCtx.first, _Ctx), _ObjInCtx.second);
/external/opencv3/modules/videoio/src/
H A Dppltasks_winrt.hpp1461 _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx) function in namespace:Concurrency_winrt::details
1489 return _Marshal<_Type>(_ObjInCtx, _Ctx);
1528 *_It = _Marshal<_Type>(*_It, _Ctx);
1563 return std::pair<_Type*, size_t>(_Marshal<_Type>(_ObjInCtx.first, _Ctx), _ObjInCtx.second);

Completed in 126 milliseconds