Searched refs:strippedNameLength (Results 1 – 1 of 1) sorted by relevance
935 size_t strippedNameLength = name.find_last_of('['); in StripLastArrayIndex() local936 if (strippedNameLength != std::string::npos && name.back() == ']') in StripLastArrayIndex()938 return name.substr(0, strippedNameLength); in StripLastArrayIndex()