Searched defs:CaseCmp (Results 1 – 2 of 2) sorted by relevance
119 struct CaseCmp { struct120 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
298 struct CaseCmp { struct310 return std::equal(first2, last2, first1, CaseCmp()); in istarts_with() argument