Home
last modified time | relevance | path

Searched refs:ValidateErrorCode (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/error/
Derror.h162 enum ValidateErrorCode { enum
211 typedef const RAPIDJSON_ERROR_CHARTYPE* (*GetValidateErrorFunc)(ValidateErrorCode);
Den.h76 inline const RAPIDJSON_ERROR_CHARTYPE* GetValidateError_En(ValidateErrorCode validateErrorCode) { in GetValidateError_En()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h317 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 …]