Home
last modified time | relevance | path

Searched defs:Hex (Results 1 – 17 of 17) sorted by relevance

/third_party/abseil-cpp/absl/strings/
Dstr_cat.h134 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/
Dstr_cat.h134 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/
Dstrutil.h593 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/
DtcuFormatUtil.hpp41 class Hex class
44 Hex (deUint64 value_) : value(value_) {} in Hex() function in tcu::Format::Hex
/third_party/openssl/crypto/bn/
Dbn_print.c17 static const char Hex[] = "0123456789ABCDEF"; variable
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtil.cpp111 char Hex[] = "0xAA"; in ParseOneDictionaryEntry() local
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs773 private const string Hex = "0123456789abcdef"; field in Google.Protobuf.JsonFormatter
/third_party/spirv-tools/test/
Dtext_literal_test.cpp400 TEST(OverflowIntegerParse, Hex) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_literal_test.cpp400 TEST(OverflowIntegerParse, Hex) { in TEST() argument
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_literal_test.cpp402 TEST(OverflowIntegerParse, Hex) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_literal_test.cpp400 TEST(OverflowIntegerParse, Hex) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h183 uint8_t Hex = hexFromNibbles(Input[0], Input[1]); in fromHex() local
/third_party/typescript/tests/baselines/reference/
DconstructorWithIncompleteTypeAnnotation.js79 var hex = 0xBADC0DE, Hex = 0XDEADBEEF; variable
/third_party/flutter/skia/tests/
DSkVMTest.cpp32 struct Hex { int bits; }; struct
/third_party/ltp/tools/sparse/sparse-src/
Dtokenize.c498 Hex = 4, enumerator
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp155 Hex, enumerator
/third_party/skia/src/core/
DSkVM.cpp194 struct Hex { int bits; }; struct