| 171 | } |
| 172 | |
| 173 | std::shared_ptr<TypeMatcher> DurationTypeUnit(TimeUnit::type unit) { |
| 174 | return std::make_shared<DurationTypeUnitMatcher>(unit); |
| 175 | } |
| 176 | |
| 177 | class IntegerMatcher : public TypeMatcher { |
| 178 | public: |
no outgoing calls
no test coverage detected