| 186 | } |
| 187 | |
| 188 | ValueMatcher IntValueIs(Matcher<int64_t> m) { |
| 189 | return ValueMatcher( |
| 190 | new SimpleTypeMatcherImpl<IntValue, int64_t>(std::move(m))); |
| 191 | } |
| 192 | |
| 193 | ValueMatcher UintValueIs(Matcher<uint64_t> m) { |
| 194 | return ValueMatcher( |
no outgoing calls
no test coverage detected