Searched refs:uuid_slice (Results 1 – 1 of 1) sorted by relevance
277 let uuid_slice = uuid.get_shortest_slice(); localVariable278 let id: Vec<u8> = uuid_slice.iter().rev().cloned().collect();307 let uuid_slice = uuid.get_shortest_slice(); in append_service_data() localVariable308 let concated: Vec<u8> = uuid_slice.iter().rev().chain(data).cloned().collect(); in append_service_data()309 match uuid_slice.len() { in append_service_data()