HomeSort by relevance Sort by last modified time
    Searched refs:StlContainerView (Results 1 - 10 of 10) sorted by null

  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 580 // Tests StlContainerView.
584 StlContainerView<std::vector<int> >::type>();
586 StlContainerView<std::vector<double> >::const_reference>();
590 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
594 Chars v3 = StlContainerView<Chars>::Copy(v1);
600 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)
    [all...]
  /external/googletest/googlemock/test/
gmock-internal-utils_test.cc 623 // Tests StlContainerView.
627 StlContainerView<std::vector<int> >::type>();
629 StlContainerView<std::vector<double> >::const_reference>();
633 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
637 Chars v3 = StlContainerView<Chars>::Copy(v1);
643 StlContainerView<int[3]>::type>();
645 StlContainerView<const double[4]>::type>();
647 StlContainerView<const char[2][3]>::type>();
650 StlContainerView<int[2]>::const_reference>();
653 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1)
    [all...]
  /external/v8/testing/gmock/test/
gmock-internal-utils_test.cc 623 // Tests StlContainerView.
627 StlContainerView<std::vector<int> >::type>();
629 StlContainerView<std::vector<double> >::const_reference>();
633 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
637 Chars v3 = StlContainerView<Chars>::Copy(v1);
643 StlContainerView<int[3]>::type>();
645 StlContainerView<const double[4]>::type>();
647 StlContainerView<const char[2][3]>::type>();
650 StlContainerView<int[2]>::const_reference>();
653 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 365 // native array, class StlContainerView<RawContainer> has the
380 class StlContainerView {
396 class StlContainerView<Element[N]> {
420 // (instantiating: 'testing::internal::StlContainerView<char *[4]>::
441 class StlContainerView< ::std::tr1::tuple<ElementPointer, Size> > {
461 template <typename T> class StlContainerView<T&>;
  /external/googletest/googlemock/include/gmock/internal/
gmock-internal-utils.h 390 // native array, class StlContainerView<RawContainer> has the
405 class StlContainerView {
421 class StlContainerView<Element[N]> {
445 // (instantiating: 'testing::internal::StlContainerView<char *[4]>::
467 class StlContainerView< ::testing::tuple<ElementPointer, Size> > {
485 template <typename T> class StlContainerView<T&>;
  /external/v8/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 391 // native array, class StlContainerView<RawContainer> has the
406 class StlContainerView {
422 class StlContainerView<Element[N]> {
446 // (instantiating: 'testing::internal::StlContainerView<char *[4]>::
468 class StlContainerView< ::testing::tuple<ElementPointer, Size> > {
486 template <typename T> class StlContainerView<T&>;
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
gmock-generated-matchers.h 318 typedef typename internal::StlContainerView<RawContainer>::type::value_type
346 typedef typename internal::StlContainerView<RawContainer>::type::value_type
373 typedef typename internal::StlContainerView<RawContainer>::type::value_type
402 typedef typename internal::StlContainerView<RawContainer>::type::value_type
433 typedef typename internal::StlContainerView<RawContainer>::type::value_type
468 typedef typename internal::StlContainerView<RawContainer>::type::value_type
505 typedef typename internal::StlContainerView<RawContainer>::type::value_type
544 typedef typename internal::StlContainerView<RawContainer>::type::value_type
586 typedef typename internal::StlContainerView<RawContainer>::type::value_type
630 typedef typename internal::StlContainerView<RawContainer>::type::value_typ
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 804 milliseconds