| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| styled-string.cc | 1 /* Implementation of text_art::styled_string. 521 /* class text_art::styled_string. */ 523 /* Construct a styled_string from STR. 531 styled_string::styled_string (style_manager &sm, const char *str) function in class:styled_string 555 styled_string::styled_string (cppchar_t cppchar, bool emoji) function in class:styled_string 560 styled_string 561 styled_string::from_fmt_va (style_manager &sm, 573 styled_string result (sm, pp_formatted_text (&pp)) [all...] |
| types.h | 362 friend class styled_string; 423 class styled_string class in namespace:text_art 426 explicit styled_string () = default; 427 explicit styled_string (style_manager &sm, const char *str); 428 explicit styled_string (cppchar_t cppchar, bool emoji = false); 430 styled_string (styled_string &&) = default; 431 styled_string &operator= (styled_string &&) = default; 434 styled_string (const styled_string &) = delete [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-out.h | 151 styled_string (const ui_file_style &style, const char *str, function 245 The argument is the result of a call to styled_string. This is 250 styled_string (address_style.style (),
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-out.h | 151 styled_string (const ui_file_style &style, const char *str, function 244 The argument is the result of a call to styled_string. This is 249 styled_string (address_style.style (),
|