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