Searched refs:last_underscore (Results 1 – 1 of 1) sorted by relevance
486 size_t last_underscore = node_name.find_last_of('_'); in StripUniqueId() local488 if (last_underscore == string::npos) { in StripUniqueId()492 stripped_node_name = node_name.substr(0, last_underscore); in StripUniqueId()