/external/rust/crates/serde_derive/src/internals/ |
D | case.rs | 20 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/ |
D | ScopedPrinter.cpp | 15 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()
|
D | APFloat.cpp | 4417 bool UpperCase, in convertToHexString() argument 4421 .convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
|
/external/llvm-project/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 15 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()
|
D | APFloat.cpp | 4709 bool UpperCase, in convertToHexString() argument 4713 .convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
|
/external/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 16 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/ |
D | APFloat.h | 667 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/ |
D | APFloat.h | 678 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/ |
D | ScopedPrinter.h | 60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 1027 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/ |
D | ScopedPrinter.h | 59 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 59 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
|
/external/protobuf/conformance/ |
D | binary_json_conformance_suite.cc | 173 string UpperCase(string str) { in UpperCase() function 516 UpperCase(string(".") + FieldDescriptor::TypeName(type)); in TestPrematureEOFForType() 591 UpperCase(string(".") + FieldDescriptor::TypeName(type)); in TestValidDataForType()
|