Searched refs:LockFn (Results 1 – 1 of 1) sorted by relevance
59 CallDescription LockFn; member in __anon83a18dc50111::CallDescriptionBasedMatcher63 CallDescriptionBasedMatcher(CallDescription &&LockFn, in CallDescriptionBasedMatcher() argument65 : LockFn(std::move(LockFn)), UnlockFn(std::move(UnlockFn)) {} in CallDescriptionBasedMatcher()68 return LockFn.matches(Call); in matches()76 FirstArgMutexDescriptor(CallDescription &&LockFn, CallDescription &&UnlockFn) in FirstArgMutexDescriptor() argument77 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in FirstArgMutexDescriptor()86 MemberMutexDescriptor(CallDescription &&LockFn, CallDescription &&UnlockFn) in MemberMutexDescriptor() argument87 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in MemberMutexDescriptor()