| 44 | } |
| 45 | |
| 46 | void INVALID_UINT(Json::Value const* value, cmJSONState* state) |
| 47 | { |
| 48 | JsonErrors::EXPECTED_TYPE("an unsigned integer")(value, state); |
| 49 | } |
| 50 | |
| 51 | ObjectErrorGenerator INVALID_NAMED_OBJECT( |
| 52 | std::function<std::string(Json::Value const*, cmJSONState*)> const& |
nothing calls this directly
no test coverage detected
searching dependent graphs…