Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h634 AssignIfExist(allOf_, *schemaDocument, p, value, GetAllOfString(), document); in allocator_()
638 AssignIfExist(anyOf_, *schemaDocument, p, value, GetAnyOfString(), document); in allocator_()
639 AssignIfExist(oneOf_, *schemaDocument, p, value, GetOneOfString(), document); in allocator_()
757 AssignIfExist(minProperties_, value, GetMinPropertiesString()); in allocator_()
758 AssignIfExist(maxProperties_, value, GetMaxPropertiesString()); in allocator_()
773 AssignIfExist(minItems_, value, GetMinItemsString()); in allocator_()
774 AssignIfExist(maxItems_, value, GetMaxItemsString()); in allocator_()
785 AssignIfExist(uniqueItems_, value, GetUniqueItemsString()); in allocator_()
788 AssignIfExist(minLength_, value, GetMinLengthString()); in allocator_()
789 AssignIfExist(maxLength_, value, GetMaxLengthString()); in allocator_()
[all …]