Lines Matching refs:Index
778 // TODO(zonr): more elegant way. Currently, we obtain the unique index
781 // always use the same index variable name here) name given
984 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) {
991 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) &&
992 "Out-of-bound index
994 return VectorAccessorMap[Index];