/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/ |
H A D | serde.rs | 41 T: ToHex, in serialize_upper() 57 T: ToHex, in serialize()
|
H A D | lib.rs | 73 pub trait ToHex { trait
|
/aosp_15_r20/external/rust/android-crates-io/crates/hex/src/ |
D | serde.rs | 41 T: ToHex, in serialize_upper() 57 T: ToHex, in serialize()
|
D | lib.rs | 73 pub trait ToHex { interface
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | string_utils.cc | 30 std::string ToHex(const int i) { in ToHex() function
|
H A D | string_utils_unittest.cc | 17 TEST(string_toHexTest, ToHex) { in TEST() argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | build_id.cc | 115 std::string BuildId::ToHex() const { in ToHex() function in perfetto::trace_processor::BuildId
|
/aosp_15_r20/external/perfetto/src/protozero/test/ |
H A D | fake_scattered_buffer.cc | 29 std::string ToHex(const void* data, size_t length) { in ToHex() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | string_utils.h | 123 inline std::string ToHex(const std::string& s) { in ToHex() function
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | string_utils.h | 168 inline std::string ToHex(const std::string& s) { in ToHex() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | json_escaping.cc | 195 StringPiece ToHex(uint16_t cp, char* buffer) { in ToHex() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_escaping.cc | 195 StringPiece ToHex(uint16_t cp, char* buffer) { in ToHex() function
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | string_utils.cc | 164 std::string ToHex(const char* data, size_t size) { in ToHex() function
|
H A D | string_utils_unittest.cc | 266 TEST(StringUtilsTest, ToHex) { in TEST() argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | avifmt.h | 59 #define ToHex(n) ((BYTE) (((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0'))) macro
|
D | vfw.h | 676 #define ToHex(n) ((BYTE) (((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0'))) macro
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | binary_annotator.h | 61 static inline std::string ToHex(uint8_t i) { in ToHex() function
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | output_test_helper.cc | 459 static char ToHex(int ch) { in ToHex() function
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | output_test_helper.cc | 443 static char ToHex(int ch) { in ToHex() function
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | output_test_helper.cc | 460 static char ToHex(int ch) { in ToHex() function
|