HomeSort by: relevance | last modified time | path
    Searched defs:wrap_hint (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ui-out.h 261 void wrap_hint (int indent) { do_wrap_hint (indent); } function in class:ui_out
507 output_unit (std::string msg, int wrap_hint = -1, bool flush = false)
508 : m_msg (msg), m_wrap_hint (wrap_hint), m_flush (flush)
  /src/external/gpl3/gdb.old/dist/gdb/
ui-out.h 260 void wrap_hint (int indent) { do_wrap_hint (indent); } function in class:ui_out
505 output_unit (std::string msg, int wrap_hint = -1, bool flush = false)
506 : m_msg (msg), m_wrap_hint (wrap_hint), m_flush (flush)

Completed in 25 milliseconds