Searched refs:pValue (Results 1 – 1 of 1) sorted by relevance
214 s32* pValue = this->GetValueS32(); in SetValue() local215 *pValue = value ? 1 : 0; in SetValue()226 f32* pValue = this->GetValueF32(); in SetValue() local227 *pValue = x; in SetValue()239 f32* pValue = this->GetValueF32(); in SetValue() local240 *pValue++ = x; in SetValue()241 *pValue = y; in SetValue()269 f32* pValue = this->GetValueF32(); in SetValue() local270 *pValue = x; ++pValue; in SetValue()271 *pValue = y; ++pValue; in SetValue()[all …]