Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(782)

Unified Diff: flower/include/string-convert.hh

Issue 563550046: flower: Drop unused functions (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « flower/include/libc-extension.hh ('k') | flower/libc-extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flower/include/string-convert.hh
diff --git a/flower/include/string-convert.hh b/flower/include/string-convert.hh
index e3909e455e554fdd4b9f3242c00cbb923aa41a66..bd81c27f6a0d18a9f81e4f8a6f9066a5e844f0f8 100644
--- a/flower/include/string-convert.hh
+++ b/flower/include/string-convert.hh
@@ -22,17 +22,13 @@ public:
static std::string pad_to (const std::string &s, size_t length);
static std::string bin2hex (Byte bin_char);
static std::string bin2hex (const std::string &bin_string);
- static int bin2int (const std::string &bin_string);
- static unsigned bin2unsigned (const std::string &bin_string);
static int dec2int (const std::string &dec_string);
- static double dec2double (const std::string &dec_string);
static std::string form_string (char const *format, ...) __attribute__ ((format (printf, 1, 2)));
static std::string vform_string (char const *format, va_list args);
static std::string hex2bin (const std::string &str);
static std::string int_string (int i, char const *fmt = 0);
static std::string int2hex (int i, size_t length_i, char ch);
static std::string unsigned2hex (unsigned u, size_t length, char ch);
- static std::string int2dec (int i, size_t length_i, char ch);
static std::string to_lower (std::string s);
static std::string to_upper (std::string s);
};
« no previous file with comments | « flower/include/libc-extension.hh ('k') | flower/libc-extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b