Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/codegen/core/
Dgen_header_frame.py111 hex_bytes = [ord(c) for c in "abcdefABCDEF0123456789"] variable
Dgen_static_metadata.py357 hex_bytes = [ord(c) for c in 'abcdefABCDEF0123456789'] variable
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_header_frame.py116 hex_bytes = [ord(c) for c in "abcdefABCDEF0123456789"] variable
Dgen_static_metadata.py349 hex_bytes = [ord(c) for c in 'abcdefABCDEF0123456789'] variable
/external/scapy/scapy/
Dcompat.py121 def hex_bytes(x): function
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
Dgdbclientutils.py67 def hex_decode_bytes(hex_bytes): argument
/external/rust/crates/regex-automata/tests/
Dcollection.rs448 fn hex_bytes(bytes: &[u8]) -> String { in hex_bytes() function