Searched refs:ArgTuple (Results 1 – 1 of 1) sorted by relevance
90 using ArgTuple = std::tuple<std::remove_cv_t<std::remove_reference_t<Args>>...>; variable107 std::optional<ArgTuple> waitForCall(118 std::optional<ArgTuple> result;134 std::optional<ArgTuple> waitForUnexpectedCall() { return waitForCall(UNEXPECTED_CALL_TIMEOUT); } in waitForUnexpectedCall()139 std::deque<ArgTuple> mCalls GUARDED_BY(mMutex);