Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc551 UninterestingCallReactionMap() { in UninterestingCallReactionMap() function
562 UninterestingCallReactionMap()[mock_obj] = reaction; in SetReactionOnUninterestingCalls()
593 UninterestingCallReactionMap().erase(static_cast<uintptr_t>(mock_obj)); in UnregisterCallReaction()
601 return (UninterestingCallReactionMap().count( in GetReactionOnUninterestingCalls()
605 : UninterestingCallReactionMap()[reinterpret_cast<uintptr_t>( in GetReactionOnUninterestingCalls()