Home
last modified time | relevance | path

Searched refs:CallReaction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc284 void ReportUninterestingCall(CallReaction reaction, const std::string& msg) { in ReportUninterestingCall()
446 static CallReaction intToCallReaction(int mock_behavior) { in intToCallReaction()
448 return static_cast<internal::CallReaction>(mock_behavior); in intToCallReaction()
551 std::unordered_map<uintptr_t, internal::CallReaction>&
553 static auto* map = new std::unordered_map<uintptr_t, internal::CallReaction>; in UninterestingCallReactionMap()
560 internal::CallReaction reaction) in SetReactionOnUninterestingCalls()
599 internal::CallReaction Mock::GetReactionOnUninterestingCalls( in GetReactionOnUninterestingCalls()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h355 enum CallReaction { enum
432 static internal::CallReaction GetReactionOnUninterestingCalls(
1389 GTEST_API_ void ReportUninterestingCall(CallReaction reaction,
1403 CallReaction reaction;
1801 const CallReaction reaction = in InvokeWith()