Searched refs:pValue (Results 1 – 1 of 1) sorted by relevance
212 s32* pValue = this->GetValueS32(); in SetValue() local213 *pValue = value ? 1 : 0; in SetValue()224 f32* pValue = this->GetValueF32(); in SetValue() local225 *pValue = x; in SetValue()237 f32* pValue = this->GetValueF32(); in SetValue() local238 *pValue++ = x; in SetValue()239 *pValue = y; in SetValue()267 f32* pValue = this->GetValueF32(); in SetValue() local268 *pValue = x; ++pValue; in SetValue()269 *pValue = y; ++pValue; in SetValue()[all …]