Home
last modified time | relevance | path

Searched defs:hex_bytes (Results 1 – 5 of 5) 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/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.py121 def hex_bytes(x): function
/external/rust/crates/regex-automata/tests/
Dcollection.rs448 fn hex_bytes(bytes: &[u8]) -> String { in hex_bytes() function