/third_party/abseil-cpp/absl/strings/ |
D | str_cat.h | 134 struct Hex { struct 140 explicit Hex( argument 144 : Hex(spec, static_cast<uint8_t>(v)) {} in Hex() function 150 : Hex(spec, static_cast<uint16_t>(v)) {} in Hex() function 156 : Hex(spec, static_cast<uint32_t>(v)) {} in Hex() argument 162 : Hex(spec, static_cast<uint64_t>(v)) {} in Hex() argument 165 : Hex(spec, reinterpret_cast<uintptr_t>(v)) {} in Hex() argument 168 Hex(PadSpec spec, uint64_t v) in Hex() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_cat.h | 134 struct Hex { struct 140 explicit Hex( argument 144 : Hex(spec, static_cast<uint8_t>(v)) {} in Hex() function 150 : Hex(spec, static_cast<uint16_t>(v)) {} in Hex() argument 156 : Hex(spec, static_cast<uint32_t>(v)) {} in Hex() function 162 : Hex(spec, static_cast<uint64_t>(v)) {} in Hex() argument 165 : Hex(spec, reinterpret_cast<uintptr_t>(v)) {} in Hex() function 168 Hex(PadSpec spec, uint64_t v) in Hex() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 593 struct Hex { struct 597 explicit Hex(Int v, PadSpec s = NO_PAD) argument 598 : spec(s) { in spec()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFormatUtil.hpp | 41 class Hex class 44 Hex (deUint64 value_) : value(value_) {} in Hex() function in tcu::Format::Hex
|
/third_party/openssl/crypto/bn/ |
D | bn_print.c | 17 static const char Hex[] = "0123456789ABCDEF"; variable
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerUtil.cpp | 111 char Hex[] = "0xAA"; in ParseOneDictionaryEntry() local
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 773 private const string Hex = "0123456789abcdef"; field in Google.Protobuf.JsonFormatter
|
/third_party/spirv-tools/test/ |
D | text_literal_test.cpp | 400 TEST(OverflowIntegerParse, Hex) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_literal_test.cpp | 400 TEST(OverflowIntegerParse, Hex) { in TEST() argument
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | text_literal_test.cpp | 402 TEST(OverflowIntegerParse, Hex) { in TEST() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_literal_test.cpp | 400 TEST(OverflowIntegerParse, Hex) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 183 uint8_t Hex = hexFromNibbles(Input[0], Input[1]); in fromHex() local
|
/third_party/typescript/tests/baselines/reference/ |
D | constructorWithIncompleteTypeAnnotation.js | 79 var hex = 0xBADC0DE, Hex = 0XDEADBEEF; variable
|
/third_party/flutter/skia/tests/ |
D | SkVMTest.cpp | 32 struct Hex { int bits; }; struct
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | tokenize.c | 498 Hex = 4, enumerator
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 155 Hex, enumerator
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 194 struct Hex { int bits; }; struct
|