Home | History | Annotate | Download | only in cc

Lines Matching refs:infix

363     bool contains( std::string const& s, std::string const& infix );
7743 bool contains( std::string const& s, std::string const& infix ) {
7744 return s.find( infix ) != std::string::npos;