Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc552 UninterestingCallReactionMap() { in UninterestingCallReactionMap() function
563 UninterestingCallReactionMap()[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
594 UninterestingCallReactionMap().erase(static_cast<uintptr_t>(mock_obj)); in UnregisterCallReaction()
602 return (UninterestingCallReactionMap().count( in GetReactionOnUninterestingCalls()
606 : UninterestingCallReactionMap()[reinterpret_cast<uintptr_t>( in GetReactionOnUninterestingCalls()