Searched refs:pValue (Results 1 – 1 of 1) sorted by relevance
211 s32* pValue = this->GetValueS32(); in SetValue() local212 *pValue = value ? 1 : 0; in SetValue()223 f32* pValue = this->GetValueF32(); in SetValue() local224 *pValue = x; in SetValue()236 f32* pValue = this->GetValueF32(); in SetValue() local237 *pValue++ = x; in SetValue()238 *pValue = y; in SetValue()266 f32* pValue = this->GetValueF32(); in SetValue() local267 *pValue = x; ++pValue; in SetValue()268 *pValue = y; ++pValue; in SetValue()[all …]