Lines Matching refs:index
114 T& operator[](int index) const {
115 SkASSERT((unsigned)index < (unsigned)fCount);
116 return fArray[index];
207 T& operator[](int index) const {
208 SkASSERT(index < fCount);
209 return fArray[index];
270 T& operator[](int index) { return fPtr.get()[index]; }
272 const T& operator[](int index) const { return fPtr.get()[index]; }
343 T& operator[](int index) {
344 return fPtr[index];
347 const T& operator[](int index) const {
348 return fPtr[index];