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

  /src/external/gpl3/gdb.old/dist/gdb/
ui-out.c 83 depending on the actual implementation of ui_out. */
87 depending on the actual implementation of ui_out. */
99 /* A level of nesting (either a list or a tuple) in a ui_out output. */
313 ui_out::level () const
321 ui_out::current_level () const
328 ui_out::push_level (ui_out_type type)
338 ui_out::pop_level (ui_out_type type)
350 ui_out::table_begin (int nr_cols, int nr_rows, const std::string &tblid)
362 ui_out::table_header (int width, ui_align alignment,
375 ui_out::table_body (
822 ui_out::ui_out (ui_out_flags flags) function in class:ui_out
    [all...]
ui-out.h 35 /* the current ui_out */
39 extern struct ui_out **current_ui_current_uiout_ptr (void);
159 class ui_out class
163 explicit ui_out (ui_out_flags flags = 0);
164 virtual ~ui_out ();
166 DISABLE_COPY_AND_ASSIGN (ui_out);
265 /* Redirect the output of a ui_out object temporarily. */
271 /* HACK: Code in GDB is currently checking to see the type of ui_out
334 struct ui_out *m_uiout;
409 ui_out_emit_type (struct ui_out *uiout, const char *id
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ui-out.c 83 depending on the actual implementation of ui_out. */
87 depending on the actual implementation of ui_out. */
99 /* A level of nesting (either a list or a tuple) in a ui_out output. */
313 ui_out::level () const
321 ui_out::current_level () const
328 ui_out::push_level (ui_out_type type)
338 ui_out::pop_level (ui_out_type type)
350 ui_out::table_begin (int nr_cols, int nr_rows, const std::string &tblid)
362 ui_out::table_header (int width, ui_align alignment,
375 ui_out::table_body (
822 ui_out::ui_out (ui_out_flags flags) function in class:ui_out
    [all...]
ui-out.h 35 /* the current ui_out */
39 extern struct ui_out **current_ui_current_uiout_ptr (void);
159 class ui_out class
163 explicit ui_out (ui_out_flags flags = 0);
164 virtual ~ui_out ();
166 DISABLE_COPY_AND_ASSIGN (ui_out);
265 /* Redirect the output of a ui_out object temporarily. */
271 /* HACK: Code in GDB is currently checking to see the type of ui_out
334 struct ui_out *m_uiout;
409 ui_out_emit_type (struct ui_out *uiout, const char *id
    [all...]

Completed in 30 milliseconds