Home
last modified time | relevance | path

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

/build/kati/
Dstrutil.cc419 size_t FindThreeOutsideParen(StringPiece s, char c1, char c2, char c3) { in FindThreeOutsideParen() argument
420 return FindOutsideParenImpl(s, [&c1, &c2, &c3](char d){ in FindThreeOutsideParen()
421 return d == c1 || d == c2 || d == c3; in FindThreeOutsideParen()
Dstrutil.h128 size_t FindThreeOutsideParen(StringPiece s, char c1, char c2, char c3);