| 269 | }; |
| 270 | |
| 271 | std::shared_ptr<TypeMatcher> LargeBinaryLike() { |
| 272 | return std::make_shared<LargeBinaryLikeMatcher>(); |
| 273 | } |
| 274 | |
| 275 | std::shared_ptr<TypeMatcher> FixedSizeBinaryLike() { |
| 276 | return std::make_shared<FixedSizeBinaryLikeMatcher>(); |
no outgoing calls
no test coverage detected