Lines Matching refs:force
740 /// assert_eq!(Lazy::force(&lazy), &92);
743 pub fn force(this: &Lazy<T, F>) -> &T {
765 Self::force(this);
807 Lazy::force(self)
813 Lazy::force(self);
1232 // `Sync` for `F`. We do create a `&mut Option<F>` in `force`, but this is
1270 /// assert_eq!(Lazy::force(&lazy), &92);
1273 pub fn force(this: &Lazy<T, F>) -> &T {
1293 Self::force(this);
1335 Lazy::force(self)
1341 Lazy::force(self);