Lines Matching refs:RawContainer
851 template <class RawContainer>
854 typedef RawContainer type;
857 static const_reference ConstReference(const RawContainer& container) {
859 testing::StaticAssertTypeEq<RawContainer,
860 GTEST_REMOVE_CONST_(RawContainer)>();
863 static type Copy(const RawContainer& container) { return container; }
7218 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7219 typedef StlContainerView<RawContainer> View;
7526 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7527 typedef internal::StlContainerView<RawContainer> View;
7765 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7766 typedef internal::StlContainerView<RawContainer> View;
7874 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7875 typedef typename internal::StlContainerView<RawContainer>::type View;
7899 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7900 typedef typename internal::StlContainerView<RawContainer>::type View;
8469 typedef GTEST_REMOVE_CONST_(Container) RawContainer;
8471 internal::ContainerEqMatcher<RawContainer>(rhs));
8506 typedef GTEST_REMOVE_CONST_(Container) RawContainer;
8507 return internal::PointwiseMatcher<TupleMatcher, RawContainer>(