Home | History | Annotate | Download | only in src

Lines Matching defs:Access

488 // a local scope using an instance of Access.  Attempts to re-reserve
496 template <typename S> friend class Access;
502 // Locally scoped access to a static resource.
504 class Access {
506 explicit Access(StaticResource<T>* resource)
513 ~Access() {