Searched refs:candidatePrefix (Results 1 – 1 of 1) sorted by relevance
53 static bool stringStartsWith(const string& s, const string& candidatePrefix) { in stringStartsWith() argument54 return s.compare(0, candidatePrefix.size(), candidatePrefix) == 0; in stringStartsWith()