Lines Matching defs:View
839 // - type is a type that provides an STL-style container view to
844 // container view to raw_container, which is a RawContainer.
845 // - Copy(raw_container) returns an STL-style container view of a
1185 // You can view an object implementing ActionInterface<F> as a
3104 // For the purpose of typing, you can view
6939 typedef internal::StlContainerView<Container> View;
6940 typedef typename View::type StlContainer;
6941 typedef typename View::const_reference StlContainerReference;
6945 explicit ContainerEqMatcher(const Container& rhs) : rhs_(View::Copy(rhs)) {
7218 typedef StlContainerView<RawContainer> View;
7219 typedef typename View::type StlContainer;
7220 typedef typename View::const_reference StlContainerReference;
7234 StlContainerReference stl_container = View::ConstReference(container);
7526 typedef internal::StlContainerView<RawContainer> View;
7527 typedef typename View::type StlContainer;
7528 typedef typename View::const_reference StlContainerReference;
7585 StlContainerReference stl_container = View::ConstReference(container);
7765 typedef internal::StlContainerView<RawContainer> View;
7766 typedef typename View::type StlContainer;
7767 typedef typename View::const_reference StlContainerReference;
7793 StlContainerReference stl_container = View::ConstReference(container);
7874 typedef typename internal::StlContainerView<RawContainer>::type View;
7875 typedef typename View::value_type Element;
7899 typedef typename internal::StlContainerView<RawContainer>::type View;
7900 typedef typename View::value_type Element;
13011 // For the purpose of typing, you can view