Lines Matching defs:Set

181 void ScopedVariant::Set(const wchar_t* str) {  in Set()  function in base::win::ScopedVariant
187 void ScopedVariant::Set(int8_t i8) { in Set() function in base::win::ScopedVariant
193 void ScopedVariant::Set(uint8_t ui8) { in Set() function in base::win::ScopedVariant
199 void ScopedVariant::Set(int16_t i16) { in Set() function in base::win::ScopedVariant
205 void ScopedVariant::Set(uint16_t ui16) { in Set() function in base::win::ScopedVariant
211 void ScopedVariant::Set(int32_t i32) { in Set() function in base::win::ScopedVariant
217 void ScopedVariant::Set(uint32_t ui32) { in Set() function in base::win::ScopedVariant
223 void ScopedVariant::Set(int64_t i64) { in Set() function in base::win::ScopedVariant
229 void ScopedVariant::Set(uint64_t ui64) { in Set() function in base::win::ScopedVariant
235 void ScopedVariant::Set(float r32) { in Set() function in base::win::ScopedVariant
241 void ScopedVariant::Set(double r64) { in Set() function in base::win::ScopedVariant
253 void ScopedVariant::Set(IDispatch* disp) { in Set() function in base::win::ScopedVariant
261 void ScopedVariant::Set(bool b) { in Set() function in base::win::ScopedVariant
267 void ScopedVariant::Set(IUnknown* unk) { in Set() function in base::win::ScopedVariant
275 void ScopedVariant::Set(SAFEARRAY* array) { in Set() function in base::win::ScopedVariant
286 void ScopedVariant::Set(const VARIANT& var) { in Set() function in base::win::ScopedVariant