Searched defs:StlContainer (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1940 typedef typename View::type StlContainer; typedef in class:testing::internal::ContainerEqMatcher
1994 for (typename StlContainer::const_iterator it = rhs_.begin();
2015 const StlContainer rhs_;
2215 typedef typename View::type StlContainer; typedef in class:testing::internal::QuantifierMatcherImpl
2217 typedef typename StlContainer::value_type Element;
2232 for (typename StlContainer::const_iterator it = stl_container.begin();
2523 typedef typename View::type StlContainer; typedef in class:testing::internal::ElementsAreMatcherImpl
2525 typedef typename StlContainer::value_type Element;
2589 typename StlContainer::const_iterator it = stl_container.begin();
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2524 typedef typename View::type StlContainer; typedef in class:testing::internal::ContainerEqMatcher
2579 for (typename StlContainer::const_iterator it = expected_.begin();
2600 const StlContainer expected_;
2804 typedef typename View::type StlContainer; typedef in class:testing::internal::QuantifierMatcherImpl
2806 typedef typename StlContainer::value_type Element;
2821 for (typename StlContainer::const_iterator it = stl_container.begin();
3112 typedef typename View::type StlContainer; typedef in class:testing::internal::ElementsAreMatcherImpl
3114 typedef typename StlContainer::value_type Element;
3171 typename StlContainer::const_iterator it = stl_container.begin();
3351 typedef typename View::type StlContainer; typedef in class:testing::internal::UnorderedElementsAreMatcherImpl
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2524 typedef typename View::type StlContainer; typedef in class:testing::internal::ContainerEqMatcher
2579 for (typename StlContainer::const_iterator it = expected_.begin();
2600 const StlContainer expected_;
2804 typedef typename View::type StlContainer; typedef in class:testing::internal::QuantifierMatcherImpl
2806 typedef typename StlContainer::value_type Element;
2821 for (typename StlContainer::const_iterator it = stl_container.begin();
3112 typedef typename View::type StlContainer; typedef in class:testing::internal::ElementsAreMatcherImpl
3114 typedef typename StlContainer::value_type Element;
3171 typename StlContainer::const_iterator it = stl_container.begin();
3351 typedef typename View::type StlContainer; typedef in class:testing::internal::UnorderedElementsAreMatcherImpl
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h931 // StlContainer with a reference type.
6940 typedef typename View::type StlContainer; typedef in class:testing::internal::ContainerEqMatcher
6994 for (typename StlContainer::const_iterator it = rhs_.begin();
7015 const StlContainer rhs_;
7219 typedef typename View::type StlContainer; typedef in class:testing::internal::QuantifierMatcherImpl
7221 typedef typename StlContainer::value_type Element;
7236 for (typename StlContainer::const_iterator it = stl_container.begin();
7527 typedef typename View::type StlContainer; typedef in class:testing::internal::ElementsAreMatcherImpl
7529 typedef typename StlContainer::value_type Element;
7586 typename StlContainer
7766 typedef typename View::type StlContainer; typedef in class:testing::internal::UnorderedElementsAreMatcherImpl
[all...]

Completed in 103 milliseconds