Home
last modified time | relevance | path

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

/external/gmock/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::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()