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

/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc577 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; member in namespace:__anon3265
585 g_uninteresting_call_reaction[mock_obj] = reaction;
616 g_uninteresting_call_reaction.erase(mock_obj);
625 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ?
626 internal::WARN : g_uninteresting_call_reaction[mock_obj];

Completed in 37 milliseconds