Searched refs:num_bytes (Results 1 – 1 of 1) sorted by relevance
258 let num_bytes = read_u32_from_bytes(buf, head)? as usize; in read_str_from_bytes() localVariable259 let val = String::from_utf8(buf[*head..*head + num_bytes].to_vec()) in read_str_from_bytes()261 *head += num_bytes; in read_str_from_bytes()