Home
last modified time | relevance | path

Searched defs:ScopedCap (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dscoped_cap.h31 explicit ScopedCap(cap_t cap) : cap_(cap) {} in ScopedCap() function
35 ScopedCap(ScopedCap&& other) noexcept : cap_(std::exchange(other.cap_, nullptr)) {} in ScopedCap() function