Lines Matching refs:end

388   // latter calls bool operator==(const Lhs& lhs, const Rhs& rhs) in the end
881 // Are we at the end of either s1 or s2?
1114 *os << "doesn't end with ";
2340 // Implements a matcher that checks the begin()..end() distance of an STL-style
2366 *os << "distance between begin() and end() ";
2370 *os << "distance between begin() and end() ";
2377 using std::end;
2378 DistanceType distance = std::distance(begin(container), end(container));
2382 *listener << "whose distance between begin() and end() " << distance
2405 // begin(), and end().
2445 for (auto it = lhs_stl_container.begin(); it != lhs_stl_container.end();
2447 if (internal::ArrayAwareFind(expected_.begin(), expected_.end(), *it) ==
2448 expected_.end()) {
2461 for (auto it = expected_.begin(); it != expected_.end(); ++it) {
2463 lhs_stl_container.end(),
2464 *it) == lhs_stl_container.end()) {
2536 lhs_stl_container.end());
2537 ::std::sort(sorted_container.begin(), sorted_container.end(),
2713 for (auto it = stl_container.begin(); it != stl_container.end();
2734 for (auto it = stl_container.begin(); it != stl_container.end();
3432 // the end of either the elements or the matchers, or until we find a
3434 for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
3455 for (; it != stl_container.end(); ++it) {
3645 AnalyzeElements(stl_container.begin(), stl_container.end(),
3714 matchers.end()));
3743 matchers.begin(), matchers.end()));
3763 match_flags_, matchers_.begin(), matchers_.end()));
3785 matchers_.begin(), matchers_.end()));
4169 -> decltype(ElementsAreArray(container.begin(), container.end())) {
4170 return ElementsAreArray(container.begin(), container.end());
4175 -> decltype(ElementsAreArray(xs.begin(), xs.end())) {
4176 return ElementsAreArray(xs.begin(), xs.end());
4217 return UnorderedElementsAreArray(container.begin(), container.end());
4223 return UnorderedElementsAreArray(xs.begin(), xs.end());
4685 // iterator and its end() iterator, i.e. the size of the container. This matcher
4688 // valid iterator_traits), begin() and end().
4775 for (auto it = rhs_stl_container.begin(); it != rhs_stl_container.end();
4881 return IsSupersetOf(container.begin(), container.end());
4887 return IsSupersetOf(xs.begin(), xs.end());
4938 return IsSubsetOf(container.begin(), container.end());
4944 return IsSubsetOf(xs.begin(), xs.end());
5186 return AnyOfArray(container.begin(), container.end());
5192 return AllOfArray(container.begin(), container.end());
5198 return AnyOfArray(xs.begin(), xs.end());
5204 return AllOfArray(xs.begin(), xs.end());
5316 // However, if the `Err` itself is `std::exception`, we'd end up with two
5616 // We must include this header at the end to make sure it can use the