Searched refs:RawContainer (Results 1 – 3 of 3) sorted by relevance
342 template <class RawContainer>345 typedef RawContainer type;348 static const_reference ConstReference(const RawContainer& container) { in ConstReference()349 static_assert(!std::is_const<RawContainer>::value, in ConstReference()353 static type Copy(const RawContainer& container) { return container; } in Copy()
381 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() argument
2766 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2767 typedef StlContainerView<RawContainer> View;3548 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3549 typedef internal::StlContainerView<RawContainer> View;3823 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3824 typedef internal::StlContainerView<RawContainer> View;3914 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3915 typedef typename internal::StlContainerView<RawContainer>::type View;3945 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3946 typedef typename internal::StlContainerView<RawContainer>::type View;