Home
last modified time | relevance | path

Searched refs:StlContainerView (Results 1 – 3 of 3) sorted by relevance

/src/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc586 StlContainerView<std::vector<int>>::type>(); in TEST()
588 StlContainerView<std::vector<double>>::const_reference>(); in TEST()
592 const Chars& v2(StlContainerView<Chars>::ConstReference(v1)); in TEST()
596 Chars v3 = StlContainerView<Chars>::Copy(v1); in TEST()
601 StaticAssertTypeEq<NativeArray<int>, StlContainerView<int[3]>::type>(); in TEST()
603 StlContainerView<const double[4]>::type>(); in TEST()
605 StlContainerView<const char[2][3]>::type>(); in TEST()
608 StlContainerView<int[2]>::const_reference>(); in TEST()
611 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1); in TEST()
615 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1); in TEST()
[all …]
/src/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h343 class StlContainerView {
358 class StlContainerView<Element[N]> {
382 class StlContainerView< ::std::tuple<ElementPointer, Size> > {
403 class StlContainerView<T&>; variable
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2427 typedef internal::StlContainerView<GTEST_REMOVE_REFERENCE_AND_CONST_(
2480 typedef internal::StlContainerView<Container> View;
2506 typedef internal::StlContainerView<
2579 typedef internal::StlContainerView<GTEST_REMOVE_REFERENCE_AND_CONST_(
2652 typedef internal::StlContainerView<RhsContainer> RhsView;
2679 typedef internal::StlContainerView<GTEST_REMOVE_REFERENCE_AND_CONST_(
2767 typedef StlContainerView<RawContainer> View;
3549 typedef internal::StlContainerView<RawContainer> View;
3824 typedef internal::StlContainerView<RawContainer> View;
3915 typedef typename internal::StlContainerView<RawContainer>::type View;
[all …]