Searched refs:end_with (Results 1 – 1 of 1) sorted by relevance
5178 const string& end_with, in FullMatch() argument5181 int end_size = end_with.size(); in FullMatch()5183 name.substr(name.size()- end_size, end_size) != end_with) { in FullMatch()