Searched refs:ValidateErrorCode (Results 1 – 3 of 3) sorted by relevance
162 enum ValidateErrorCode { enum211 typedef const RAPIDJSON_ERROR_CHARTYPE* (*GetValidateErrorFunc)(ValidateErrorCode);
76 inline const RAPIDJSON_ERROR_CHARTYPE* GetValidateError_En(ValidateErrorCode validateErrorCode) { in GetValidateError_En()
317 virtual void DisallowedValue(const ValidateErrorCode code) = 0;500 ValidateErrorCode invalidCode;1239 static const ValueType& GetValidateErrorKeyword(ValidateErrorCode validateErrorCode) { in GetValidateErrorKeyword()2569 ValidateErrorCode GetInvalidSchemaCode() const {2702 ValidateErrorCode code = kValidateErrorRequired;2728 void DisallowedValue(const ValidateErrorCode code = kValidateErrorEnum) {3107 void AddErrorCode(ValueType& result, const ValidateErrorCode code) {3125 void AddCurrentError(const ValidateErrorCode code, bool parent = false) {3138 void AddNumberError(const ValidateErrorCode code, ValueType& actual, const SValue& expected,3148 void AddErrorArray(const ValidateErrorCode code,[all …]