Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h729 SizeType sourceIndex; in allocator_() local
730 if (FindPropertyIndex(itr->name, &sourceIndex)) { in allocator_()
732 …properties_[sourceIndex].dependencies = static_cast<bool*>(allocator_->Malloc(sizeof(bool) * prope… in allocator_()
733 … std::memset(properties_[sourceIndex].dependencies, 0, sizeof(bool)* propertyCount_); in allocator_()
737 properties_[sourceIndex].dependencies[targetIndex] = true; in allocator_()
742 …schemaDocument->CreateSchema(&properties_[sourceIndex].dependenciesSchema, q.Append(itr->name, all… in allocator_()
743 properties_[sourceIndex].dependenciesValidatorIndex = validatorCount_; in allocator_()
1185 for (SizeType sourceIndex = 0; sourceIndex < propertyCount_; sourceIndex++) { in EndObject() local
1186 const Property& source = properties_[sourceIndex]; in EndObject()
1187 if (context.propertyExist[sourceIndex]) { in EndObject()