Searched refs:to_string_long (Results 1 – 6 of 6) sorted by relevance
26 long_str = mode.to_string_long()
50 std::string to_string_long() const;
113 string Videomode::to_string_long() const in to_string_long() function in kms::Videomode
262 .def("to_string_long", &Videomode::to_string_long); in init_pykmsbase()
46 return m.to_string_long(); in format_mode_short()
734 fmt::print(": {}\n", o.mode.to_string_long()); in print_outputs()