Searched refs:sectionsCount (Results 1 – 2 of 2) sorted by relevance
450 const auto sectionsCount = sectionArray.size(); in SetWaterFlowSectionOptions() local452 std::vector<WaterFlowSections::Section> newSections(sectionsCount); in SetWaterFlowSectionOptions()454 for (size_t i = 0; i < sectionsCount; ++i) { in SetWaterFlowSectionOptions()498 auto sectionsCount = newSection.size(); in GetWaterFlowSectionOptions() local499 option.sections.resize(sectionsCount); in GetWaterFlowSectionOptions()500 for (size_t i = 0; i < sectionsCount; ++i) { in GetWaterFlowSectionOptions()
78 auto sectionsCount = sectionArray->Length(); in ParseChanges() local80 for (size_t j = 0; j < sectionsCount; ++j) { in ParseChanges()