Searched refs:monomorphic (Results 1 – 5 of 5) sorted by relevance
315 [monomorphic](./docs/CookBook.md#writing-new-monomorphic-matchers),
199 [two](CookBook.md#writing-new-monomorphic-matchers)
3213 Like in a monomorphic matcher, you may explain the match result by
3075 const Matcher<int> monomorphic = Le(0); in TEST() local3076 EXPECT_EQ("is <= 0", DescribeMatcher<int>(monomorphic)); in TEST()3077 EXPECT_EQ("isn't <= 0", DescribeMatcher<int>(monomorphic, true)); in TEST()
118891 monomorphic