Abseil Team c13c27a513 Googletest export
Change Matcher<T> to allow binding an implementation by value directly:
 - Drop the requirement of MatcherInterface. Doing manual type erasure avoid
   extra layers in many cases.
 - Avoid the adaptor for `MatcherInterface<T>` and `MatcherInterface<const T&>` mismatch.
 - Use a small object optimization when possible. This makes things like
   `_` and `Eq(1)` really cheap and do not require memory allocations.
 - Migrate some matchers to the new model to speed them up and to test the new framework. More matchers to come in future changes.

PiperOrigin-RevId: 350580998
2021-01-13 20:59:20 -05:00
..
2020-12-22 12:15:22 -05:00
2020-07-15 14:09:29 -04:00
2020-07-09 13:35:10 -04:00
2019-07-17 13:38:25 -04:00
2018-10-29 13:46:16 -04:00
2020-05-28 19:53:43 -04:00
2018-11-20 13:29:40 -05:00
2020-12-07 18:04:12 -05:00
2021-01-13 20:59:20 -05:00
2020-08-26 21:23:05 -04:00
2020-12-22 12:15:41 -05:00
2018-11-20 13:30:24 -05:00
2019-09-12 18:21:31 +02:00