Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DMutexGuard.h51 Guarded() : guarded_(std::in_place) { in Guarded() function
54 explicit Guarded(const T& guarded) : guarded_(std::in_place, guarded) { in Guarded() function
57 explicit Guarded(T&& guarded) : guarded_(std::in_place, std::move(guarded)) { in Guarded() function