Searched refs:LockFn (Results 1 – 1 of 1) sorted by relevance
60 CallDescription LockFn; member in __anon83a18dc50111::CallDescriptionBasedMatcher64 CallDescriptionBasedMatcher(CallDescription &&LockFn, in CallDescriptionBasedMatcher() argument66 : LockFn(std::move(LockFn)), UnlockFn(std::move(UnlockFn)) {} in CallDescriptionBasedMatcher()69 return LockFn.matches(Call); in matches()77 FirstArgMutexDescriptor(CallDescription &&LockFn, CallDescription &&UnlockFn) in FirstArgMutexDescriptor() argument78 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in FirstArgMutexDescriptor()87 MemberMutexDescriptor(CallDescription &&LockFn, CallDescription &&UnlockFn) in MemberMutexDescriptor() argument88 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in MemberMutexDescriptor()