Searched defs:InterfaceUniqueLock (Results 1 – 1 of 1) sorted by relevance
83 META_NO_COPY(InterfaceUniqueLock) in META_NO_COPY() argument91 explicit InterfaceUniqueLock(const CORE_NS::IInterface& t) : InterfaceUniqueLock(&t) {} in InterfaceUniqueLock() function93 explicit InterfaceUniqueLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceUniqueLock(t.get()) in InterfaceUniqueLock() function96 InterfaceUniqueLock(InterfaceUniqueLock&& l) noexcept : p_(l.p_) in InterfaceUniqueLock() function