Searched refs:RawContainer (Results 1 – 7 of 7) sorted by relevance
407 template <class RawContainer>410 typedef RawContainer type;413 static const_reference ConstReference(const RawContainer& container) {415 testing::StaticAssertTypeEq<RawContainer,416 GTEST_REMOVE_CONST_(RawContainer)>();419 static type Copy(const RawContainer& container) { return container; }
324 template <class RawContainer>327 typedef RawContainer type;330 static const_reference ConstReference(const RawContainer& container) { in ConstReference()331 static_assert(!std::is_const<RawContainer>::value, in ConstReference()335 static type Copy(const RawContainer& container) { return container; } in Copy()
2467 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2468 typedef internal::StlContainerView<RawContainer> View;2807 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2808 typedef StlContainerView<RawContainer> View;3115 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3116 typedef internal::StlContainerView<RawContainer> View;3358 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3359 typedef internal::StlContainerView<RawContainer> View;3470 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3471 typedef internal::StlContainerView<RawContainer> View;[all …]
459 struct RawContainer { in raw() struct466 let v = RawContainer { rd: fake_rd }; in raw()
2624 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;2625 typedef StlContainerView<RawContainer> View;3179 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3180 typedef internal::StlContainerView<RawContainer> View;3429 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3430 typedef internal::StlContainerView<RawContainer> View;3538 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3539 typedef typename internal::StlContainerView<RawContainer>::type View;3569 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;3570 typedef typename internal::StlContainerView<RawContainer>::type View;
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;[all …]
917 template <class RawContainer>920 typedef RawContainer type;923 static const_reference ConstReference(const RawContainer& container) {925 testing::StaticAssertTypeEq<RawContainer,926 GTEST_REMOVE_CONST_(RawContainer)>();929 static type Copy(const RawContainer& container) { return container; }7621 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;7622 typedef StlContainerView<RawContainer> View;7929 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;7930 typedef internal::StlContainerView<RawContainer> View;[all …]