| 29 | inline char ToUpper(char c) { return static_cast<char>(::toupper(c)); } |
| 30 | |
| 31 | static std::string GeneratedFileName(const std::string &path, |
| 32 | const std::string &file_name) { |
| 33 | return path + file_name + "_generated.h"; |
| 34 | } |
| 35 | |
| 36 | namespace cpp { |
| 37 | class CppFloatConstantGenerator : public FloatConstantGenerator { |
no outgoing calls
no test coverage detected