Searched refs:formatter_name (Results 1 – 2 of 2) sorted by relevance
214 pub(crate) fn called_formatter_error(source: &str, formatter_name: &str, err: Error) -> Error { in called_formatter_error()215 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()217 name: formatter_name.to_string(), in called_formatter_error()
2903 const char *formatter_name, in CommandObjectFormatterInfo() argument2906 m_formatter_name(formatter_name ? formatter_name : ""), in CommandObjectFormatterInfo()2909 name.Printf("type %s info", formatter_name); in CommandObjectFormatterInfo()2914 formatter_name); in CommandObjectFormatterInfo()2917 syntax.Printf("type %s info <expr>", formatter_name); in CommandObjectFormatterInfo()