Searched defs:ProxyLock (Results 1 – 1 of 1) sorted by relevance
87 ProxyLock() : impl_() {} in ProxyLock() function89 template <typename... Args> ProxyLock(Args&&... args) : impl_{std::forward<Args>(args)...} {} in ProxyLock() function90 explicit ProxyLock(Implementation&& impl) : impl_(std::move(impl)) {} in ProxyLock() function