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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2452 class BeginEndDistanceIsMatcher { class in namespace:testing::internal
2454 explicit BeginEndDistanceIsMatcher(const DistanceMatcher& distance_matcher) function in class:testing::internal::BeginEndDistanceIsMatcher
2507 GTEST_DISALLOW_ASSIGN_(BeginEndDistanceIsMatcher);
4138 inline internal::BeginEndDistanceIsMatcher<DistanceMatcher>
4140 return internal::BeginEndDistanceIsMatcher<DistanceMatcher>(distance_matcher);

Completed in 22 milliseconds