Searched refs:str_to_bytes (Results 1 – 8 of 8) sorted by relevance
122 fn str_to_bytes<T: AsRef<str>>(value: &[T]) -> Result<Vec<u8>> { in str_to_bytes() function138 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()
18 cdef bytes str_to_bytes(object s): function
259 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))
49 details = str_to_bytes(details)
84 address = str_to_bytes(address)
295 // 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) {
201 details_bytes = str_to_bytes(details)
2266 // 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) {