Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h997 DisallowedType(context, GetNullString()); in Null()
1041 DisallowedType(context, GetNumberString()); in Double()
1060 DisallowedType(context, GetStringString()); in String()
1089 DisallowedType(context, GetObjectString()); in StartObject()
1215 DisallowedType(context, GetArrayString()); in StartArray()
1528 DisallowedType(context, GetBooleanString()); in CheckBool()
1536 DisallowedType(context, GetIntegerString()); in CheckInt()
1584 DisallowedType(context, GetIntegerString()); in CheckUint()
1657 void DisallowedType(Context& context, const ValueType& actualType) const { in DisallowedType() function