Home
last modified time | relevance | path

Searched refs:str_to_bytes (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/cros_fdt/src/
Dpropval.rs122 fn str_to_bytes<T: AsRef<str>>(value: &[T]) -> Result<Vec<u8>> { in str_to_bytes() function
138 str_to_bytes(std::slice::from_ref(&self)) in to_propval()
144 str_to_bytes(self) in to_propval()
150 str_to_bytes(self) in to_propval()
168 str_to_bytes(&self) in to_propval()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_string.pyx.pxi18 cdef bytes str_to_bytes(object s): function
Dcredentials.pyx.pxi259 pem_root_certs = str_to_bytes(pem_root_certs)
283 pem_root_certs = str_to_bytes(pem_root_certs)
406 self.c_options, str_to_bytes(account))
Dcall.pyx.pxi49 details = str_to_bytes(details)
Dserver.pyx.pxi84 address = str_to_bytes(address)
/external/pigweed/seed/
D0103.rst295 // Parse map field `map<string, bytes> str_to_bytes = 7;`
296 StringToBytesMap str_to_bytes = message.AsStringToBytesMap(7);
298 Bytes bytes_for_key = str_to_bytes["key"];
300 for (StringToBytesMapEntry entry : str_to_bytes) {
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcall.pyx.pxi201 details_bytes = str_to_bytes(details)
/external/pigweed/pw_protobuf/
Ddocs.rst2266 // map<string, bytes> str_to_bytes = 7;
2331 // Parse map field `map<string, bytes> str_to_bytes = 7;`
2332 StringToBytesMap str_to_bytes = message.AsStringToBytesMap(7);
2334 Bytes bytes_for_key = str_to_bytes["key"];
2336 for (StringToBytesMapEntry entry : str_to_bytes) {