Searched refs:slice_bool (Results 1 – 1 of 1) sorted by relevance
867 let slice_bool = b"true"; in ut_deserialize_simple() localVariable869 assert_eq!(expected, from_slice(slice_bool).unwrap()); in ut_deserialize_simple()871 let slice_bool = b"false"; in ut_deserialize_simple() localVariable873 assert_eq!(expected, from_slice(slice_bool).unwrap()); in ut_deserialize_simple()