| 3680 | m_escapeChars.push_back( m_pos ); |
| 3681 | } |
| 3682 | std::string subString() const { return m_arg.substr( m_start, m_pos - m_start ); } |
| 3683 | template<typename T> |
| 3684 | void addPattern() { |
| 3685 | std::string token = subString(); |
nothing calls this directly
no outgoing calls
no test coverage detected