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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc651 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction; member in namespace:__anon3331
659 g_uninteresting_call_reaction[mock_obj] = reaction;
690 g_uninteresting_call_reaction.erase(mock_obj);
699 return (g_uninteresting_call_reaction.count(mock_obj) == 0) ?
701 g_uninteresting_call_reaction[mock_obj];

Completed in 217 milliseconds