Lines Matching defs:Set

124 void ScopedVariant::Set(const wchar_t* str) {  in Set()  function in base::win::ScopedVariant
130 void ScopedVariant::Set(int8_t i8) { in Set() function in base::win::ScopedVariant
136 void ScopedVariant::Set(uint8_t ui8) { in Set() function in base::win::ScopedVariant
142 void ScopedVariant::Set(int16_t i16) { in Set() function in base::win::ScopedVariant
148 void ScopedVariant::Set(uint16_t ui16) { in Set() function in base::win::ScopedVariant
154 void ScopedVariant::Set(int32_t i32) { in Set() function in base::win::ScopedVariant
160 void ScopedVariant::Set(uint32_t ui32) { in Set() function in base::win::ScopedVariant
166 void ScopedVariant::Set(int64_t i64) { in Set() function in base::win::ScopedVariant
172 void ScopedVariant::Set(uint64_t ui64) { in Set() function in base::win::ScopedVariant
178 void ScopedVariant::Set(float r32) { in Set() function in base::win::ScopedVariant
184 void ScopedVariant::Set(double r64) { in Set() function in base::win::ScopedVariant
196 void ScopedVariant::Set(IDispatch* disp) { in Set() function in base::win::ScopedVariant
204 void ScopedVariant::Set(bool b) { in Set() function in base::win::ScopedVariant
210 void ScopedVariant::Set(IUnknown* unk) { in Set() function in base::win::ScopedVariant
218 void ScopedVariant::Set(SAFEARRAY* array) { in Set() function in base::win::ScopedVariant
229 void ScopedVariant::Set(const VARIANT& var) { in Set() function in base::win::ScopedVariant