Home | History | Annotate | Download | only in json

Lines Matching refs:SetErrorCode

177       SetErrorCode(JSON_UNEXPECTED_DATA_AFTER_ROOT, json_pos_);
183 SetErrorCode(JSON_SYNTAX_ERROR, json_pos_);
201 SetErrorCode(JSON_TOO_MUCH_NESTING, json_pos_);
209 SetErrorCode(JSON_BAD_ROOT_ELEMENT_TYPE, json_pos_);
265 SetErrorCode(JSON_TRAILING_COMMA, json_pos_);
290 SetErrorCode(JSON_UNQUOTED_DICTIONARY_KEY, json_pos_);
325 SetErrorCode(JSON_TRAILING_COMMA, json_pos_);
415 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length);
421 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length);
436 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length);
648 void JSONReader::SetErrorCode(JsonParseError error,