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

  /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/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&>;

Completed in 926 milliseconds