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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc603 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; member in namespace:__anon13
611 g_uninteresting_call_reaction[mock_obj] = reaction;
642 g_uninteresting_call_reaction.erase(mock_obj);
651 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ?
652 internal::kDefault : g_uninteresting_call_reaction[mock_obj];

Completed in 6 milliseconds