Searched refs:_Marshal (Results 1 – 3 of 3) sorted by relevance
/external/tpm2/ |
D | marshal_fp.h | 16 static inline UINT16 name##_Marshal(void *x, BYTE **y, INT32 *z) { \
|
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 1461 _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/ |
D | ppltasks_winrt.h | 1461 _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);
|