Searched refs:GetEscapeNonPrintables (Results 1 – 4 of 4) sorted by relevance
330 const bool escape_non_printables = dump_options.GetEscapeNonPrintables(); in DumpUTFBufferToStream()386 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadStringAndDumpToStreamOptions()393 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()404 SetEscapeNonPrintables(options.GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()458 const bool escape_non_printables = options.GetEscapeNonPrintables(); in ReadStringAndDumpToStream()
117 bool GetEscapeNonPrintables() const { return m_escape_non_printables; } in GetEscapeNonPrintables() function222 bool GetEscapeNonPrintables() const { return m_escape_non_printables; } in GetEscapeNonPrintables() function
302 bool GetEscapeNonPrintables() const;
525 bool Debugger::GetEscapeNonPrintables() const { in GetEscapeNonPrintables() function in Debugger