| 34 | } |
| 35 | |
| 36 | void INVALID_BOOL(Json::Value const* value, cmJSONState* state) |
| 37 | { |
| 38 | JsonErrors::EXPECTED_TYPE("a bool")(value, state); |
| 39 | } |
| 40 | |
| 41 | void INVALID_INT(Json::Value const* value, cmJSONState* state) |
| 42 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…