| 182 | } // namespace |
| 183 | |
| 184 | ValueMatcher BoolValueIs(Matcher<bool> m) { |
| 185 | return ValueMatcher(new SimpleTypeMatcherImpl<BoolValue, bool>(std::move(m))); |
| 186 | } |
| 187 | |
| 188 | ValueMatcher IntValueIs(Matcher<int64_t> m) { |
| 189 | return ValueMatcher( |
no outgoing calls
no test coverage detected