Searched refs:uuid_slice (Results 1 – 1 of 1) sorted by relevance
274 let uuid_slice = uuid.get_shortest_slice(); localVariable275 let id: Vec<u8> = uuid_slice.iter().rev().cloned().collect();304 let uuid_slice = uuid.get_shortest_slice(); in append_service_data() localVariable305 let concated: Vec<u8> = uuid_slice.iter().rev().chain(data).cloned().collect(); in append_service_data()306 match uuid_slice.len() { in append_service_data()