Lines Matching refs:accessed
14046 /// accessed through the [free functions in `alloc`](self#functions).
17752 // Take out two simultaneous borrows. The &mut String won't be accessed
20319 /// even if the returned `Rc<T>` is never accessed.
21423 /// managed allocation. The allocation is accessed by calling [`upgrade`] on the `Weak`
23522 /// managed allocation. The allocation is accessed by calling [`upgrade`] on the `Weak`
24090 /// even if the returned `Arc<T>` is never accessed.