Searched refs:dot_suffix (Results 1 – 1 of 1) sorted by relevance
1878 const string dot_suffix = "." + suffix; in CloneWithNewShape() local1879 size_t index = name().rfind(dot_suffix); in CloneWithNewShape()1882 clone->name_ = name() + dot_suffix; in CloneWithNewShape()1886 string after_suffix = name().substr(index + dot_suffix.size()); in CloneWithNewShape()1896 StrCat(name().substr(0, index), dot_suffix, numeric_suffix + 1); in CloneWithNewShape()1899 clone->name_ = name() + dot_suffix; in CloneWithNewShape()