reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2417     typedef typename ContainerView::type::size_type SizeType;
 2529   typedef typename View::type StlContainer;
 2558     typedef typename LhsView::type LhsStlContainer;
 2701   typedef typename RhsView::type RhsStlContainer;
 2724     typedef typename LhsView::type LhsStlContainer;
 2809   typedef typename View::type StlContainer;
 3117   typedef typename View::type StlContainer;
 3359   typedef typename View::type StlContainer;
 4240                            RhsContainer)>::type::value_type> >
 4251   typedef typename RhsView::type RhsStlContainer;
utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
  411   typedef const type& const_reference;
  419   static type Copy(const RawContainer& container) { return container; }