Lines Matching refs:vector

49 #include <vector>
2652 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(),
2676 const Matcher<const ::std::vector<LhsValue>&> matcher_;
3169 ::std::vector<internal::string> explanations(count());
3248 ::std::vector<Matcher<const Element&> > matchers_;
3294 ::std::vector<char> matched_;
3298 typedef ::std::vector<ElementMatcherPair> ElementMatcherPairs;
3301 // The matching is represented as a vector of {element, matcher} pairs.
3313 // A vector of matcher describers, one for each element matcher.
3316 typedef ::std::vector<const MatcherDescriberInterface*> MatcherDescriberVec;
3325 const ::std::vector<string>& element_printouts,
3379 ::std::vector<string> element_printouts;
3406 typedef ::std::vector<Matcher<const Element&> > MatcherVec;
3410 ::std::vector<string>* element_printouts,
3413 ::std::vector<char> did_match;
3425 ::std::vector<char>::const_iterator did_match_iter = did_match.begin();
3461 typedef ::std::vector<Matcher<const Element&> > MatcherVec;
3486 typedef ::std::vector<Matcher<const Element&> > MatcherVec;
3518 ::std::vector<T> matchers_;
3537 const ::std::vector<T> matchers_;
3549 // instances of this class in a vector when implementing
3563 // C++98 mode, as it puts BoundSecondMatcher instances in a vector,
3637 // array, a pointer and count, a vector, an initializer list, or an
4200 inline internal::PointwiseMatcher<TupleMatcher, std::vector<T> > Pointwise(
4202 return Pointwise(tuple_matcher, std::vector<T>(rhs));
4239 ::std::vector<internal::BoundSecondMatcher<Tuple2Matcher, Second> > matchers;
4258 return UnorderedPointwise(tuple2_matcher, std::vector<T>(rhs));