Home
last modified time | relevance | path

Searched defs:ToHex (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/
H A Dserde.rs41 T: ToHex, in serialize_upper()
57 T: ToHex, in serialize()
H A Dlib.rs73 pub trait ToHex { trait
/aosp_15_r20/external/rust/android-crates-io/crates/hex/src/
Dserde.rs41 T: ToHex, in serialize_upper()
57 T: ToHex, in serialize()
Dlib.rs73 pub trait ToHex { interface
/aosp_15_r20/external/webrtc/rtc_base/
H A Dstring_utils.cc30 std::string ToHex(const int i) { in ToHex() function
H A Dstring_utils_unittest.cc17 TEST(string_toHexTest, ToHex) { in TEST() argument
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dbuild_id.cc115 std::string BuildId::ToHex() const { in ToHex() function in perfetto::trace_processor::BuildId
/aosp_15_r20/external/perfetto/src/protozero/test/
H A Dfake_scattered_buffer.cc29 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 Dstring_utils.h123 inline std::string ToHex(const std::string& s) { in ToHex() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dstring_utils.h168 inline std::string ToHex(const std::string& s) { in ToHex() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc195 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 Djson_escaping.cc195 StringPiece ToHex(uint16_t cp, char* buffer) { in ToHex() function
/aosp_15_r20/external/perfetto/src/base/
H A Dstring_utils.cc164 std::string ToHex(const char* data, size_t size) { in ToHex() function
H A Dstring_utils_unittest.cc266 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/
Davifmt.h59 #define ToHex(n) ((BYTE) (((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0'))) macro
Dvfw.h676 #define ToHex(n) ((BYTE) (((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0'))) macro
/aosp_15_r20/external/flatbuffers/src/
H A Dbinary_annotator.h61 static inline std::string ToHex(uint8_t i) { in ToHex() function
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Doutput_test_helper.cc459 static char ToHex(int ch) { in ToHex() function
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc443 static char ToHex(int ch) { in ToHex() function
/aosp_15_r20/external/google-benchmark/test/
H A Doutput_test_helper.cc460 static char ToHex(int ch) { in ToHex() function