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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1961 template <typename LhsContainer>
1962 bool MatchAndExplain(const LhsContainer& lhs,
1965 // that causes LhsContainer to be a const type sometimes.
1966 typedef internal::StlContainerView<GTEST_REMOVE_CONST_(LhsContainer)>
2034 template <typename LhsContainer>
2035 operator Matcher<LhsContainer>() const {
2036 return MakeMatcher(new Impl<LhsContainer>(comparator_, matcher_));
2039 template <typename LhsContainer>
2040 class Impl : public MatcherInterface<LhsContainer> {
2043 GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> LhsVie
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2546 template <typename LhsContainer>
2547 bool MatchAndExplain(const LhsContainer& lhs,
2550 // that causes LhsContainer to be a const type sometimes.
2551 typedef internal::StlContainerView<GTEST_REMOVE_CONST_(LhsContainer)>
2619 template <typename LhsContainer>
2620 operator Matcher<LhsContainer>() const {
2621 return MakeMatcher(new Impl<LhsContainer>(comparator_, matcher_));
2624 template <typename LhsContainer>
2625 class Impl : public MatcherInterface<LhsContainer> {
2628 GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> LhsVie
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2546 template <typename LhsContainer>
2547 bool MatchAndExplain(const LhsContainer& lhs,
2550 // that causes LhsContainer to be a const type sometimes.
2551 typedef internal::StlContainerView<GTEST_REMOVE_CONST_(LhsContainer)>
2619 template <typename LhsContainer>
2620 operator Matcher<LhsContainer>() const {
2621 return MakeMatcher(new Impl<LhsContainer>(comparator_, matcher_));
2624 template <typename LhsContainer>
2625 class Impl : public MatcherInterface<LhsContainer> {
2628 GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> LhsVie
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h6961 template <typename LhsContainer>
6962 bool MatchAndExplain(const LhsContainer& lhs,
6965 // that causes LhsContainer to be a const type sometimes.
6966 typedef internal::StlContainerView<GTEST_REMOVE_CONST_(LhsContainer)>
7034 template <typename LhsContainer>
7035 operator Matcher<LhsContainer>() const {
7036 return MakeMatcher(new Impl<LhsContainer>(comparator_, matcher_));
7039 template <typename LhsContainer>
7040 class Impl : public MatcherInterface<LhsContainer> {
7043 GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> LhsVie
[all...]

Completed in 117 milliseconds