Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h460 patternPropertiesSchemaCount(), in factory()
508 SizeType patternPropertiesSchemaCount; member
1101 context.patternPropertiesSchemaCount = 0; in StartObject()
1112 context.patternPropertiesSchemaCount = 0; in Key()
1115 …context.patternPropertiesSchemas[context.patternPropertiesSchemaCount++] = patternProperties_[i].s… in Key()
1122 if (context.patternPropertiesSchemaCount > 0) { in Key()
1123 …context.patternPropertiesSchemas[context.patternPropertiesSchemaCount++] = properties_[index].sche… in Key()
1137 if (context.patternPropertiesSchemaCount > 0) { in Key()
1138 …context.patternPropertiesSchemas[context.patternPropertiesSchemaCount++] = additionalPropertiesSch… in Key()
1151 …if (context.patternPropertiesSchemaCount == 0) { // patternProperties are not additional properties in Key()
[all …]