Searched refs:begin_with (Results 1 – 1 of 1) sorted by relevance
5177 const string& begin_with, in FullMatch() argument5180 int begin_size = begin_with.size(); in FullMatch()5182 if (name.substr(0, begin_size) != begin_with || in FullMatch()