Home
last modified time | relevance | path

Searched defs:c2 (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dstrutil.cc429 size_t FindTwoOutsideParen(StringPiece s, char c1, char c2) { in FindTwoOutsideParen()
434 size_t FindThreeOutsideParen(StringPiece s, char c1, char c2, char c3) { in FindThreeOutsideParen()
Dfind.cc104 AndCond(FindCond* c1, FindCond* c2) : c1_(c1), c2_(c2) {} in AndCond()
119 OrCond(FindCond* c1, FindCond* c2) : c1_(c1), c2_(c2) {} in OrCond()