• Home
  • Raw
  • Download

Lines Matching refs:Set

21   Set(str);  in ScopedVariant()
42 Set(dispatch); in ScopedVariant()
47 Set(unknown); in ScopedVariant()
52 Set(safearray); in ScopedVariant()
57 Set(var); in ScopedVariant()
114 void ScopedVariant::Set(const wchar_t* str) { in Set() function in base::win::ScopedVariant
120 void ScopedVariant::Set(int8 i8) { in Set() function in base::win::ScopedVariant
126 void ScopedVariant::Set(uint8 ui8) { in Set() function in base::win::ScopedVariant
132 void ScopedVariant::Set(int16 i16) { in Set() function in base::win::ScopedVariant
138 void ScopedVariant::Set(uint16 ui16) { in Set() function in base::win::ScopedVariant
144 void ScopedVariant::Set(int32 i32) { in Set() function in base::win::ScopedVariant
150 void ScopedVariant::Set(uint32 ui32) { in Set() function in base::win::ScopedVariant
156 void ScopedVariant::Set(int64 i64) { in Set() function in base::win::ScopedVariant
162 void ScopedVariant::Set(uint64 ui64) { in Set() function in base::win::ScopedVariant
168 void ScopedVariant::Set(float r32) { in Set() function in base::win::ScopedVariant
174 void ScopedVariant::Set(double r64) { in Set() function in base::win::ScopedVariant
186 void ScopedVariant::Set(IDispatch* disp) { in Set() function in base::win::ScopedVariant
194 void ScopedVariant::Set(bool b) { in Set() function in base::win::ScopedVariant
200 void ScopedVariant::Set(IUnknown* unk) { in Set() function in base::win::ScopedVariant
208 void ScopedVariant::Set(SAFEARRAY* array) { in Set() function in base::win::ScopedVariant
219 void ScopedVariant::Set(const VARIANT& var) { in Set() function in base::win::ScopedVariant
230 Set(var); in operator =()