Home | History | Annotate | Download | only in src

Lines Matching full:_marshal

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);