Searched refs:RawContainer (Results 1 – 3 of 3) sorted by relevance
382 template <class RawContainer>385 typedef RawContainer type;388 static const_reference ConstReference(const RawContainer& container) {389 static_assert(!std::is_const<RawContainer>::value,393 static type Copy(const RawContainer& container) { return container; }
287 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() argument
2024 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2025 typedef internal::StlContainerView<RawContainer> View;2373 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2374 typedef StlContainerView<RawContainer> View;2708 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2709 typedef internal::StlContainerView<RawContainer> View;2965 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2966 typedef internal::StlContainerView<RawContainer> View;3074 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3075 typedef internal::StlContainerView<RawContainer> View;[all …]