Searched refs:RawContainer (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h390 // modifier) RawContainer that's either an STL-style container or a
391 // native array, class StlContainerView<RawContainer> has the
395 // (i.e. implements the STL container concept for) RawContainer;
397 // RawContainer;
399 // container view to raw_container, which is a RawContainer.
401 // copy of raw_container, which is a RawContainer.
403 // This generic version is used when RawContainer itself is already an
405 template <class RawContainer>
408 typedef RawContainer type;
411 static const_reference ConstReference(const RawContainer
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2802 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer; typedef in class:testing::internal::QuantifierMatcherImpl
2803 typedef StlContainerView<RawContainer> View;
3110 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer; typedef in class:testing::internal::ElementsAreMatcherImpl
3111 typedef internal::StlContainerView<RawContainer> View;
3349 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer; typedef in class:testing::internal::UnorderedElementsAreMatcherImpl
3350 typedef internal::StlContainerView<RawContainer> View;
3458 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer; typedef
3459 typedef typename internal::StlContainerView<RawContainer>::type View;
3483 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer; typedef
3484 typedef typename internal::StlContainerView<RawContainer>
4153 typedef GTEST_REMOVE_CONST_(Container) RawContainer; typedef
4191 typedef GTEST_REMOVE_CONST_(Container) RawContainer; typedef
[all...]

Completed in 22 milliseconds