Home
last modified time | relevance | path

Searched refs:UpperCase (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/serde_derive/src/internals/
Dcase.rs20 UpperCase, enumerator
40 ("UPPERCASE", UpperCase),
66 UpperCase => variant.to_ascii_uppercase(), in apply_to_variant()
90 UpperCase => field.to_ascii_uppercase(), in apply_to_field()
157 assert_eq!(UpperCase.apply_to_variant(original), upper); in rename_variants()
189 assert_eq!(UpperCase.apply_to_field(original), upper); in rename_fields()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScopedPrinter.cpp15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() argument
18 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString()
DAPFloat.cpp4417 bool UpperCase, in convertToHexString() argument
4421 .convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
/external/llvm-project/llvm/lib/Support/
DScopedPrinter.cpp15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() argument
18 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString()
DAPFloat.cpp4709 bool UpperCase, in convertToHexString() argument
4713 .convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
/external/llvm/lib/Support/
DScopedPrinter.cpp16 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() argument
19 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h667 bool UpperCase, roundingMode RM) const;
1158 bool UpperCase, roundingMode RM) const { in convertToHexString() argument
1160 convertToHexString(DST, HexDigits, UpperCase, RM)); in convertToHexString()
/external/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h678 bool UpperCase, roundingMode RM) const;
1197 bool UpperCase, roundingMode RM) const { in convertToHexString() argument
1199 convertToHexString(DST, HexDigits, UpperCase, RM)); in convertToHexString()
/external/llvm/include/llvm/Support/
DScopedPrinter.h60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1027 bool UpperCase, roundingMode RM) const { in convertToHexString() argument
1028 return getIEEE().convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
/external/llvm-project/llvm/include/llvm/Support/
DScopedPrinter.h59 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h59 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc173 string UpperCase(string str) { in UpperCase() function
516 UpperCase(string(".") + FieldDescriptor::TypeName(type)); in TestPrematureEOFForType()
591 UpperCase(string(".") + FieldDescriptor::TypeName(type)); in TestValidDataForType()