Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/error/
Derror.h220 enum SchemaErrorCode { enum
248 typedef const RAPIDJSON_ERROR_CHARTYPE* (*GetSchemaErrorFunc)(SchemaErrorCode);
Den.h127 inline const RAPIDJSON_ERROR_CHARTYPE* GetSchemaError_En(SchemaErrorCode schemaErrorCode) { in GetSchemaError_En()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h1962 static const StringRefType& GetSchemaErrorKeyword(SchemaErrorCode schemaErrorCode) {
1982 void SchemaError(const SchemaErrorCode code, const PointerType& location) {
1988 …void SchemaErrorValue(const SchemaErrorCode code, const PointerType& location, const Ch* value, Si…
1995 …void SchemaErrorPointer(const SchemaErrorCode code, const PointerType& location, const Ch* value, …
2044 void AddCurrentError(const SchemaErrorCode code, const PointerType& location) {