Home
last modified time | relevance | path

Searched refs:m_suffix (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp20 s << m_prefix << value << m_suffix; in Apply()
26 m_suffix = FormatAnsiTerminalCodes(suffix); in Set()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h364 const std::string &GetRawPart() const { return m_suffix; } in GetRawPart()
377 std::string m_suffix; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h31 std::string m_suffix; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp645 m_suffix = std::string(original_args); in SetFromString()
664 m_suffix = std::string(arg_string); in SetFromString()
689 m_suffix = std::string(original_args); in SetFromString()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8423 bool m_suffix = false; member in Catch::clara::TextFlow::Column::iterator
8444 m_suffix = false; in calcLength()
8465 m_suffix = true; in calcLength()
8477 return std::string(indent(), ' ') + (m_suffix ? plain + "-" : plain); in addIndentAndSuffix()