Lines Matching refs:StlContainerView
581 // Tests StlContainerView.
585 StlContainerView<std::vector<int>>::type>();
587 StlContainerView<std::vector<double>>::const_reference>();
591 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
595 Chars v3 = StlContainerView<Chars>::Copy(v1);
600 StaticAssertTypeEq<NativeArray<int>, StlContainerView<int[3]>::type>();
602 StlContainerView<const double[4]>::type>();
604 StlContainerView<const char[2][3]>::type>();
607 StlContainerView<int[2]>::const_reference>();
610 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1);
614 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1);
627 StlContainerView<std::tuple<const int*, size_t>>::type>();
630 StlContainerView<std::tuple<std::shared_ptr<double>, int>>::type>();
634 StlContainerView<std::tuple<const int*, int>>::const_reference>();
639 StlContainerView<std::tuple<const int*, int>>::ConstReference(
644 const NativeArray<int> a3 = StlContainerView<std::tuple<int*, size_t>>::Copy(