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

  /external/gmock/test/
gmock-internal-utils_test.cc 574 // Tests StlContainerView.
578 StlContainerView<std::vector<int> >::type>();
580 StlContainerView<std::vector<double> >::const_reference>();
584 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
588 Chars v3 = StlContainerView<Chars>::Copy(v1);
594 StlContainerView<int[3]>::type>();
596 StlContainerView<const double[4]>::type>();
598 StlContainerView<const char[2][3]>::type>();
601 StlContainerView<int[2]>::const_reference>();
604 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1)
    [all...]
  /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/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/gmock/include/gmock/internal/
gmock-internal-utils.h 378 // native array, class StlContainerView<RawContainer> has the
393 class StlContainerView {
409 class StlContainerView<Element[N]> {
433 // (instantiating: 'testing::internal::StlContainerView<char *[4]>::
454 class StlContainerView< ::std::tr1::tuple<ElementPointer, Size> > {
474 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/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 108 milliseconds