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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2469 DistanceType; typedef in class:testing::internal::BeginEndDistanceIsMatcher::Impl
2471 : distance_matcher_(MatcherCast<DistanceType>(distance_matcher)) {}
2487 DistanceType distance = std::distance(begin(container), end(container));
2489 DistanceType distance = std::distance(container.begin(), container.end());
2501 const Matcher<DistanceType> distance_matcher_;

Completed in 22 milliseconds