Home
last modified time | relevance | path

Searched defs:hex_bytes (Results 1 – 7 of 7) sorted by relevance

/external/rust/beto-rust/nearby/presence/test_helper/src/
Dlib.rs76 pub fn hex_bytes(data: impl AsRef<[u8]>) -> String { in hex_bytes() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_header_frame.py170 hex_bytes = [ord(c) for c in "abcdefABCDEF0123456789"] variable
/external/grpc-grpc/tools/codegen/core/
Dgen_header_frame.py173 hex_bytes = [ord(c) for c in "abcdefABCDEF0123456789"] variable
/external/scapy/scapy/
Dcompat.py165 def hex_bytes(x): function
/external/rust/android-crates-io/crates/regex-automata/tests/
Dcollection.rs448 fn hex_bytes(bytes: &[u8]) -> String { in hex_bytes() function
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp18713 static std::string hex_bytes(std::uint8_t byte) in hex_bytes() function in detail::serializer
/external/ublksrv/include/nlohmann/
Djson.hpp18222 static std::string hex_bytes(std::uint8_t byte) in hex_bytes() function in nlohmann::detail::serializer