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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2950 // Returns true iff 'key_value.first' (the key) matches the inner matcher.
2951 virtual bool MatchAndExplain(PairType key_value, argument
2954 const bool match = inner_matcher_.MatchAndExplain(key_value.first,

Completed in 22 milliseconds