Home
last modified time | relevance | path

Searched refs:_Marshal (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
Dmarshal_fp.h16 static inline UINT16 name##_Marshal(void *x, BYTE **y, INT32 *z) { \
/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1461 _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx) in _Marshal() function
1489 return _Marshal<_Type>(_ObjInCtx, _Ctx); in _Get()
1528 *_It = _Marshal<_Type>(*_It, _Ctx); in _GetValue()
1563 … return std::pair<_Type*, size_t>(_Marshal<_Type>(_ObjInCtx.first, _Ctx), _ObjInCtx.second); in _GetValue()
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1461 _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
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);