Searched refs:slash_idx (Results 1 – 1 of 1) sorted by relevance
330 auto slash_idx = metric_path.rfind('/'); in BaseName() local331 return slash_idx == std::string::npos ? metric_path in BaseName()332 : metric_path.substr(slash_idx + 1); in BaseName()