Searched refs:propertyObject (Results 1 – 1 of 1) sorted by relevance
172 for (const auto& propertyObject : propertiesJson->object_) { in AppendProperties() local174 …FindIf(componentMetaData, [key = propertyObject.key](const Property& p) { return p.name == key; }); in AppendProperties()178 if (propertyObject.value.is_array() && propertyIt->type.isArray && in AppendProperties()179 propertyObject.value.array_.size() > propertyIt->count) { in AppendProperties()181 uint32_t(propertyObject.value.array_.size()), uint32_t(propertyIt->count)); in AppendProperties()184 if (propertyObject.value.is_array() && propertyIt->type.isArray && in AppendProperties()185 propertyObject.value.array_.size() <= propertyIt->count) { in AppendProperties()188 newStringPropStorage.reserve(propertyObject.value.array_.size() * 2); in AppendProperties()189 for (const CORE_NS::json::value& value : propertyObject.value.array_) { in AppendProperties()