Home
last modified time | relevance | path

Searched defs:pIt (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dslicer_logick.cpp73 for(list<Polygon2d*>::iterator pIt =positivePolygons.begin(); pIt!=positivePolygons.end(); pIt++) in Dispose() local
82 for(list<Polygon2d*>::iterator pIt=this->positivePolygons.begin(); in MakeOffsetPolygons() local
93 for( vector<Vector2d>::iterator pIt = pPoly->vertices.begin(); in DoMakeOffsetPolygons() local
101 …for( list<Polygon2d*>::iterator pIt = pPoly->containedSolids.begin(); pIt!=pPoly->containedSolids.… in DoMakeOffsetPolygons() local
105 …for( list<Polygon2d*>::iterator pIt = pPoly->containedHoles.begin(); pIt!=pPoly->containedHoles.en… in DoMakeOffsetPolygons() local
114 …for(list<Polygon2d*>::iterator pIt=this->positivePolygons.begin(); pIt!=this->positivePolygons.end… in RetrieveLines() local
126 vector<Vector2d>::iterator pIt = pPoly->vertices.begin(); in DoRetrieveLines() local
137 …for( list<Polygon2d*>::iterator pIt = pPoly->containedSolids.begin(); pIt!=pPoly->containedSolids.… in DoRetrieveLines() local
141 …for( list<Polygon2d*>::iterator pIt = pPoly->containedHoles.begin(); pIt!=pPoly->containedHoles.en… in DoRetrieveLines() local
158 for(list<Polygon2d*>::iterator pIt =positivePolygons.begin(); pIt!=positivePolygons.end(); pIt++) in Draw() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dpreventduplicateinteraction.cxx83 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in handle() local
126 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in handleInteractionRequest() local
169 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in addInteractionRule() local
189 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in getInteractionInfo() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dpreventduplicateinteraction.cxx84 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in handle() local
127 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in handleInteractionRequest() local
170 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in addInteractionRule() local
190 auto pIt = std::find_if(m_lInteractionRules.begin(), m_lInteractionRules.end(), in getInteractionInfo() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/accelerators/
H A Dkeymapping.cxx169 Identifier2CodeHash::const_iterator pIt = m_lIdentifierHash.find(sIdentifier); in mapIdentifierToCode() local
187 Code2IdentifierHash::const_iterator pIt = m_lCodeHash.find(nCode); in mapCodeToIdentifier() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/accelerators/
H A Dkeymapping.cxx169 Identifier2CodeHash::const_iterator pIt = m_lIdentifierHash.find(sIdentifier); in mapIdentifierToCode() local
187 Code2IdentifierHash::const_iterator pIt = m_lCodeHash.find(nCode); in mapCodeToIdentifier() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/dispatch/
H A Dinterceptionhelper.hxx89 iterator pIt; in findByReference() local
108 iterator pIt; in findByPattern() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/dispatch/
H A Dinterceptionhelper.hxx89 iterator pIt; in findByReference() local
108 iterator pIt; in findByPattern() local
/dports/games/spring/spring_98.0/rts/Rendering/Models/
H A DWorldObjectModelRenderer.cpp42 for (ProjectileRenderBinIt pIt = projectiles.begin(); pIt != projectiles.end(); ++pIt) { in ~IWorldObjectModelRenderer() local
61 for (ProjectileRenderBinIt pIt = projectiles.begin(); pIt != projectiles.end(); ++pIt) { in Draw() local
85 for (ProjectileSetIt pIt = models.begin(); pIt != models.end(); ++pIt) { in DrawModels() local
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/include/
H A Dmfx_utils_extbuf.h51 auto pIt = std::find_if(std::begin(IdSizePairs), std::end(IdSizePairs), IsIdEq); in IdToSize() local
181 auto pIt = std::find_if(m_b, m_b + m_n in _Get() local
250 auto pIt = std::find_if(par.ExtParam, par.ExtParam + par.NumExtParam in Get() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/notify/
H A Dglobalevents.cxx218 TModelList::iterator pIt = impl_searchDoc(xDoc); in disposing() local
234 TModelList::iterator pIt = impl_searchDoc(xDoc); in has() local
256 TModelList::iterator pIt = impl_searchDoc(xDoc); in insert() local
291 TModelList::iterator pIt = impl_searchDoc(xDoc); in remove() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/taxon1/
H A Dcache.hpp234 CTaxTreeConstIterator( CTreeConstIterator* pIt, CTaxon1::EIteratorMode m ) in CTaxTreeConstIterator()
281 CFullTreeConstIterator( CTreeConstIterator* pIt ) in CFullTreeConstIterator()
317 CTreeLeavesBranchesIterator( CTreeConstIterator* pIt ) : in CTreeLeavesBranchesIterator()
329 CTreeBestIterator( CTreeConstIterator* pIt ) : in CTreeBestIterator()
341 CTreeBlastIterator( CTreeConstIterator* pIt ) : in CTreeBlastIterator()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/taxon1/
H A Dcache.hpp234 CTaxTreeConstIterator( CTreeConstIterator* pIt, CTaxon1::EIteratorMode m ) in CTaxTreeConstIterator()
281 CFullTreeConstIterator( CTreeConstIterator* pIt ) in CFullTreeConstIterator()
317 CTreeLeavesBranchesIterator( CTreeConstIterator* pIt ) : in CTreeLeavesBranchesIterator()
329 CTreeBestIterator( CTreeConstIterator* pIt ) : in CTreeBestIterator()
341 CTreeBlastIterator( CTreeConstIterator* pIt ) : in CTreeBlastIterator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/notify/
H A Dglobalevents.cxx266 TModelList::iterator pIt = impl_searchDoc(xDoc); in disposing() local
331 TModelList::iterator pIt = impl_searchDoc(xDoc); in has() local
356 TModelList::iterator pIt = impl_searchDoc(xDoc); in insert() local
391 TModelList::iterator pIt = impl_searchDoc(xDoc); in remove() local
/dports/games/flightgear/flightgear-2020.3.11/src/AIModel/
H A DAIMultiplayer.cxx281 PropertyMap::iterator pIt = mPropertyMap.find((*firstPropIt)->id); in update() local
357 PropertyMap::iterator pIt = mPropertyMap.find((*prevPropIt)->id); in update() local
473 PropertyMap::iterator pIt = mPropertyMap.find((*firstPropIt)->id); in update() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dnumberedcollection.cxx75 TNumberedItemHash::const_iterator pIt = m_lComponents.find (pComponent); in leaseNumber() local
147 TNumberedItemHash::iterator pIt = m_lComponents.find (pComponent); in releaseNumberForComponent() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Dnumberedcollection.cxx75 TNumberedItemHash::const_iterator pIt = m_lComponents.find (pComponent); in leaseNumber() local
147 TNumberedItemHash::iterator pIt = m_lComponents.find (pComponent); in releaseNumberForComponent() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dsequenceashashmap.hxx218 auto pIt = m_aMap.find(sKey); in getUnpackedValueOrDefault() local
246 auto pIt = m_aMap.find(sKey); in getValue() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dsequenceashashmap.hxx218 auto pIt = m_aMap.find(sKey); in getUnpackedValueOrDefault() local
246 auto pIt = m_aMap.find(sKey); in getValue() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/dispatch/
H A Dinterceptionhelper.cxx50 InterceptorList::const_iterator pIt = m_lInterceptionRegs.findByPattern(aURL.Complete); in queryDispatch() local
176 InterceptorList::iterator pIt = m_lInterceptionRegs.findByReference(xInterceptor); in releaseDispatchProviderInterceptor() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/dispatch/
H A Dinterceptionhelper.cxx50 InterceptorList::const_iterator pIt = m_lInterceptionRegs.findByPattern(aURL.Complete); in queryDispatch() local
176 InterceptorList::iterator pIt = m_lInterceptionRegs.findByReference(xInterceptor); in releaseDispatchProviderInterceptor() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dcmdoptions.cxx212 for (SvtFrameVector::iterator pIt = m_lFrames.begin(); pIt != m_lFrames.end(); ) in Notify() local
267 SvtFrameVector::const_iterator pIt = ::std::find(m_lFrames.begin(), m_lFrames.end(), xWeak); in EstablishFrameCallback() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dcmdoptions.cxx216 for (SvtFrameVector::iterator pIt = m_lFrames.begin(); pIt != m_lFrames.end(); ) in Notify() local
271 SvtFrameVector::const_iterator pIt = ::std::find(m_lFrames.begin(), m_lFrames.end(), xWeak); in EstablishFrameCallback() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/cmis/
H A Dcertvalidation_handler.cxx54 vector< string >::iterator pIt = aCertificates.begin(); in validateCertificate() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/symbian/
H A DPluginDatabaseSymbian.cpp71 for (Vector<String>::const_iterator pIt = pluginPaths.begin(); pIt != pluginsEnd; ++pIt) { in getPluginPathsInDirectories() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/cmis/
H A Dcertvalidation_handler.cxx54 vector< string >::iterator pIt = aCertificates.begin(); in validateCertificate() local

1234567