Searched refs:mIndices (Results 1 – 1 of 1) sorted by relevance
55 ControlIndexMap mIndices; member in ControlArrayWrapper71 mIndices[ msNames[ nIndex ] ] = nIndex; in SetArrayElementTo()122 return getByIndex( mIndices[ aName ] ); in getByName()132 ControlIndexMap::iterator it = mIndices.find( aName ); in hasByName()133 return it != mIndices.end(); in hasByName()
Completed in 8 milliseconds