Searched refs:propertyCount_ (Results 1 – 1 of 1) sorted by relevance
361 propertyCount_(), in Schema()451 propertyCount_ = allProperties.Size(); in Schema()452 … properties_ = static_cast<Property*>(allocator_->Malloc(sizeof(Property) * propertyCount_)); in Schema()453 for (SizeType i = 0; i < propertyCount_; i++) { in Schema()500 …[sourceIndex].dependencies = static_cast<bool*>(allocator_->Malloc(sizeof(bool) * propertyCount_)); in Schema()501 … std::memset(properties_[sourceIndex].dependencies, 0, sizeof(bool)* propertyCount_); in Schema()582 for (SizeType i = 0; i < propertyCount_; i++) in ~Schema()769 …ext.propertyExist = static_cast<bool*>(context.factory.MallocState(sizeof(bool) * propertyCount_)); in StartObject()770 std::memset(context.propertyExist, 0, sizeof(bool) * propertyCount_); in StartObject()830 for (SizeType index = 0; index < propertyCount_; index++) in EndObject()[all …]