Home
last modified time | relevance | path

Searched refs:to_string_long_padded (Results 1 – 3 of 3) sorted by relevance

/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h51 std::string to_string_long_padded() const;
/external/libkmsxx/kms++/src/
Dvideomode.cpp129 string Videomode::to_string_long_padded() const in to_string_long_padded() function in kms::Videomode
/external/libkmsxx/utils/
Dkmsprint.cpp38 str += m.to_string_long_padded(); in format_mode()