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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2046 typedef typename LhsStlContainer::value_type LhsValue; typedef in class:testing::internal::WhenSortedByMatcher::Impl
2064 std::vector<LhsValue> sorted_container(lhs_stl_container.begin(),
2087 const Matcher<const std::vector<LhsValue>&> matcher_;
2132 typedef typename LhsStlContainer::value_type LhsValue; typedef in class:testing::internal::PointwiseMatcher::Impl
2137 typedef std::tr1::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2634 typename LhsStlContainer::value_type>::type LhsValue; typedef in class:testing::internal::WhenSortedByMatcher::Impl
2652 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(),
2676 const Matcher<const ::std::vector<LhsValue>&> matcher_;
2721 typedef typename LhsStlContainer::value_type LhsValue; typedef in class:testing::internal::PointwiseMatcher::Impl
2726 typedef ::testing::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2634 typename LhsStlContainer::value_type>::type LhsValue; typedef in class:testing::internal::WhenSortedByMatcher::Impl
2652 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(),
2676 const Matcher<const ::std::vector<LhsValue>&> matcher_;
2721 typedef typename LhsStlContainer::value_type LhsValue; typedef in class:testing::internal::PointwiseMatcher::Impl
2726 typedef ::testing::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
/external/fmtlib/test/gmock/
H A Dgmock.h7049 typename LhsStlContainer::value_type>::type LhsValue; typedef in class:testing::internal::WhenSortedByMatcher::Impl
7067 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(),
7091 const Matcher<const ::std::vector<LhsValue>&> matcher_;
7136 typedef typename LhsStlContainer::value_type LhsValue; typedef in class:testing::internal::PointwiseMatcher::Impl
7141 typedef ::std::tr1::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;

Completed in 204 milliseconds