| 169 | } |
| 170 | |
| 171 | PatternMatcher::Match PatternMatcher::gmatch( const char* s ) & { |
| 172 | return PatternMatcher::Match( *this, s, false ); |
| 173 | } |
| 174 | |
| 175 | PatternMatcher::Match PatternMatcher::gmatch( const std::string& s ) & { |
| 176 | return PatternMatcher::Match( *this, s, false ); |
no outgoing calls
no test coverage detected