Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1274 struct _ResultHolder struct
1276 void Set(const _Type& _type) in Set()
1281 _Type Get() in Get()
1286 _Type _Result;
1290 struct _ResultHolder<_Type*> struct
1292 void Set(_Type* const & _type) in Set()
1297 _Type* Get() in Get()
1304 Agile<_Type*> _M_Result;
1311 struct _ResultHolder<std::vector<_Type*>> struct
1313 void Set(const std::vector<_Type*>& _type) in Set()
[all …]