Home | History | Annotate | Download | only in gmock

Lines Matching defs:testing

53 namespace testing {
240 ::testing::internal::linked_ptr<const MatcherInterface<T> > impl_;
1736 typename ::testing::internal::
1797 typename ::testing::internal::
1948 (void)testing::StaticAssertTypeEq<Container,
2116 (void)testing::StaticAssertTypeEq<RhsContainer,
2222 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}
2358 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {
2421 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
2423 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
3175 return testing::Matches(matcher)(value);
3201 ::testing::internal::MakePredicateFormatterFromMatcher(matcher), value)
3203 ::testing::internal::MakePredicateFormatterFromMatcher(matcher), value)
3205 } // namespace testing