Searched refs:UpperCase (Results 1 – 3 of 3) sorted by relevance
16 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() argument19 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString()
60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
161 string UpperCase(string str) { in UpperCase() function509 UpperCase(string(".") + FieldDescriptor::TypeName(type)); in TestPrematureEOFForType()