Home
last modified time | relevance | path

Searched refs:g_uninteresting_call_reaction (Results 1 – 4 of 4) sorted by relevance

/external/googletest/googlemock/src/
Dgmock-spec-builders.cc602 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; variable
610 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
641 g_uninteresting_call_reaction.erase(mock_obj); in UnregisterCallReaction()
650 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ? in GetReactionOnUninterestingCalls()
651 internal::kDefault : g_uninteresting_call_reaction[mock_obj]; in GetReactionOnUninterestingCalls()
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc603 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; variable
611 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
642 g_uninteresting_call_reaction.erase(mock_obj); in UnregisterCallReaction()
651 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ? in GetReactionOnUninterestingCalls()
652 internal::kDefault : g_uninteresting_call_reaction[mock_obj]; in GetReactionOnUninterestingCalls()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc593 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; variable
601 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
632 g_uninteresting_call_reaction.erase(mock_obj); in UnregisterCallReaction()
641 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ? in GetReactionOnUninterestingCalls()
642 internal::kWarn : g_uninteresting_call_reaction[mock_obj]; in GetReactionOnUninterestingCalls()
/external/fmtlib/test/
Dgmock-gtest-all.cc11043 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; variable
11051 g_uninteresting_call_reaction[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
11082 g_uninteresting_call_reaction.erase(mock_obj); in UnregisterCallReaction()
11091 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ? in GetReactionOnUninterestingCalls()
11092 internal::kDefault : g_uninteresting_call_reaction[mock_obj]; in GetReactionOnUninterestingCalls()