Lines Matching refs:StlContainerView
579 StlContainerView<std::vector<int> >::type>(); in TEST()
581 StlContainerView<std::vector<double> >::const_reference>(); in TEST()
585 const Chars& v2(StlContainerView<Chars>::ConstReference(v1)); in TEST()
589 Chars v3 = StlContainerView<Chars>::Copy(v1); in TEST()
595 StlContainerView<int[3]>::type>(); in TEST()
597 StlContainerView<const double[4]>::type>(); in TEST()
599 StlContainerView<const char[2][3]>::type>(); in TEST()
602 StlContainerView<int[2]>::const_reference>(); in TEST()
605 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1); in TEST()
609 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1); in TEST()
622 StlContainerView<std::tuple<const int*, size_t> >::type>(); in TEST()
625 StlContainerView<std::tuple<std::shared_ptr<double>, int> >::type>(); in TEST()
629 StlContainerView<std::tuple<const int*, int> >::const_reference>(); in TEST()
634 StlContainerView<std::tuple<const int*, int> >::ConstReference( in TEST()
639 const NativeArray<int> a3 = StlContainerView<std::tuple<int*, size_t> >::Copy( in TEST()