Lines Matching defs:_ResultHolder
1274 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()
1323 std::vector<_Type*> Get() in Get()
1337 std::vector< Agile<_Type*> > _Result;
1341 struct _ResultHolder<std::pair<_Type*, void*> > struct
1343 void Set(const std::pair<_Type*, size_t>& _type) in Set()
1348 std::pair<_Type*, size_t> Get() in Get()
1353 std::pair<Agile<_Type*>, size_t> _M_Result;