Home
last modified time | relevance | path

Searched refs:strippedNameLength (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp935 size_t strippedNameLength = name.find_last_of('['); in StripLastArrayIndex() local
936 if (strippedNameLength != std::string::npos && name.back() == ']') in StripLastArrayIndex()
938 return name.substr(0, strippedNameLength); in StripLastArrayIndex()