Home
last modified time | relevance | path

Searched refs:candidatePrefix (Results 1 – 1 of 1) sorted by relevance

/external/google-fruit/examples/server/
Drequest_dispatcher.cpp53 static bool stringStartsWith(const string& s, const string& candidatePrefix) { in stringStartsWith() argument
54 return s.compare(0, candidatePrefix.size(), candidatePrefix) == 0; in stringStartsWith()