Home
last modified time | relevance | path

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

/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmarrayoffsetlines.cpp107 mDynamicCount = QgsProcessingParameters::isDynamic( parameters, QStringLiteral( "COUNT" ) ); in prepareAlgorithm()
108 if ( mDynamicCount ) in prepareAlgorithm()
133 if ( mDynamicCount ) in processFeature()
H A Dqgsalgorithmarraytranslatedfeatures.cpp114 mDynamicCount = QgsProcessingParameters::isDynamic( parameters, QStringLiteral( "COUNT" ) ); in prepareAlgorithm()
115 if ( mDynamicCount ) in prepareAlgorithm()
151 if ( mDynamicCount ) in processFeature()
H A Dqgsalgorithmarrayoffsetlines.h58 bool mDynamicCount = false; variable
H A Dqgsalgorithmarraytranslatedfeatures.h58 bool mDynamicCount = false; variable
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmarrayoffsetlines.cpp107 mDynamicCount = QgsProcessingParameters::isDynamic( parameters, QStringLiteral( "COUNT" ) ); in prepareAlgorithm()
108 if ( mDynamicCount ) in prepareAlgorithm()
133 if ( mDynamicCount ) in processFeature()
H A Dqgsalgorithmarraytranslatedfeatures.cpp114 mDynamicCount = QgsProcessingParameters::isDynamic( parameters, QStringLiteral( "COUNT" ) ); in prepareAlgorithm()
115 if ( mDynamicCount ) in prepareAlgorithm()
151 if ( mDynamicCount ) in processFeature()
H A Dqgsalgorithmarrayoffsetlines.h58 bool mDynamicCount = false; variable
H A Dqgsalgorithmarraytranslatedfeatures.h58 bool mDynamicCount = false; variable
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Desmstore.hpp84 unsigned int mDynamicCount; member in MWWorld::ESMStore
124 : mDynamicCount(0) in ESMStore()
197 const std::string id = "$dynamic" + std::to_string(mDynamicCount++); in insert()
235 const std::string id = "$dynamic" + std::to_string(mDynamicCount++); in insertStatic()
284 const std::string id = "$dynamic" + std::to_string(mDynamicCount++); in insert()
H A Desmstore.cpp395 writer.writeT(mDynamicCount); in write()
438 reader.getHT(mDynamicCount); in readRecord()