Home
last modified time | relevance | path

Searched defs:hex_string (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/python/grpcio_observability/grpc_observability/
Dpython_observability_context.cc179 std::stringstream hex_string; in GenerateSpanId() local
187 std::stringstream hex_string; in GenerateTraceId() local
/third_party/mbedtls/scripts/mbedtls_dev/
Dtest_case.py26 def hex_string(data: bytes) -> str: function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmetadata.rs522 let mut hex_string = String::with_capacity(data.len() * 2); in hex_encode() localVariable