Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dgrpc_string.pyx.pxi18 cdef bytes str_to_bytes(object s): function
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dpropval.rs122 fn str_to_bytes<T: AsRef<str>>(value: &[T]) -> Result<Vec<u8>> { in str_to_bytes() function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py60 def str_to_bytes(str_value: str) -> bytes: function