Searched refs:m_suffix (Results 1 – 9 of 9) sorted by relevance
198 return s.endsWith (m_suffix); in matches()222 m_suffix = new String (pattern, 1, patternLength - 1); in EndsWithMatcher()226 private final String m_suffix; field in WCMatcher.EndsWithMatcher
19 s << m_prefix << value << m_suffix; in Apply()25 m_suffix = FormatAnsiTerminalCodes(suffix); in Set()
364 const std::string &GetRawPart() const { return m_suffix; }377 std::string m_suffix;
30 std::string m_suffix; member
639 m_suffix = std::string(original_args); in SetFromString()658 m_suffix = std::string(arg_string); in SetFromString()683 m_suffix = std::string(original_args); in SetFromString()
88 bool m_suffix = false; member in clara::TextFlow::Column::iterator110 m_suffix = false; in calcLength()132 m_suffix = true; in calcLength()144 return std::string( indent(), ' ' ) + (m_suffix ? plain + "-" : plain); in addIndentAndSuffix()
90 bool m_suffix = false; member in Catch::clara::TextFlow::Column::iterator111 m_suffix = false; in calcLength()132 m_suffix = true; in calcLength()144 return std::string(indent(), ' ') + (m_suffix ? plain + "-" : plain); in addIndentAndSuffix()
8466 bool m_suffix = false; member in Catch::clara::TextFlow::Column::iterator8487 m_suffix = false; in calcLength()8508 m_suffix = true; in calcLength()8520 return std::string(indent(), ' ') + (m_suffix ? plain + "-" : plain); in addIndentAndSuffix()
8521 bool m_suffix = false; member in Catch::clara::TextFlow::Column::iterator8542 m_suffix = false; in calcLength()8563 m_suffix = true; in calcLength()8575 return std::string(indent(), ' ') + (m_suffix ? plain + "-" : plain); in addIndentAndSuffix()