Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc581 // Tests StlContainerView.
585 StlContainerView<std::vector<int>>::type>(); in TEST()
587 StlContainerView<std::vector<double>>::const_reference>(); in TEST()
591 const Chars& v2(StlContainerView<Chars>::ConstReference(v1)); in TEST()
595 Chars v3 = StlContainerView<Chars>::Copy(v1); in TEST()
600 StaticAssertTypeEq<NativeArray<int>, StlContainerView<int[3]>::type>(); in TEST()
602 StlContainerView<const double[4]>::type>(); in TEST()
604 StlContainerView<const char[2][3]>::type>(); in TEST()
607 StlContainerView<int[2]>::const_reference>(); in TEST()
610 NativeArray<int> a2 = StlContainerView<in in TEST()
[all...]
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h330 // native array, class StlContainerView<RawContainer> has the
345 class StlContainerView { class
360 class StlContainerView<Element[N]> { class
384 class StlContainerView< ::std::tuple<ElementPointer, Size> > { class
405 class StlContainerView<T&>;
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2356 typedef internal::StlContainerView<GTEST_REMOVE_REFERENCE_AND_CONST_(
2409 typedef internal::StlContainerView<Container> View;
2435 typedef internal::StlContainerView< in MatchAndExplain()
2508 typedef internal::StlContainerView<GTEST_REMOVE_REFERENCE_AND_CONST_(
2581 typedef internal::StlContainerView<RhsContainer> RhsView;
2608 typedef internal::StlContainerView<GTEST_REMOVE_REFERENCE_AND_CONST_(
2696 typedef StlContainerView<RawContainer> View;
3367 typedef internal::StlContainerView<RawContainer> View;
3613 typedef internal::StlContainerView<RawContainer> View;
3704 typedef typename internal::StlContainerView<RawContaine in operator Matcher()
[all...]

Completed in 10 milliseconds