Lines Matching refs:val
710 let val = NonZeroUsize::new(92).unwrap();
716 val
718 val
725 val
727 val
733 assert_eq!(cell.get(), Some(val));
850 val: T,
864 fn new_pebble<T>(&self, val: T) -> Pebble<T> {
866 Pebble { val, total: Arc::clone(&self.total) }
914 assert_eq!(cell.get().unwrap().val, "hello");
918 assert_eq!(cell.get().unwrap().val, "hello");