Lines Matching refs:iPos
491 t_map::const_iterator iPos( m_map.begin() ); in getElementNames() local
493 for ( ; iPos != iEnd; ++iPos ) in getElementNames()
494 pret[pos++] = iPos->first; in getElementNames()
530 for ( t_map::const_iterator iPos( m_map.begin() ); iPos != m_map.end(); ++iPos ) in lookupMap() local
532 sorted[ iPos->first ] = iPos->second; in lookupMap()
535 for ( t_sorted::const_iterator iPos( sorted.begin() ); iPos != sorted.end(); ++iPos ) in lookupMap() local
537 dumpEntry( iPos->first, iPos->second->value ); in lookupMap()
682 t_map::const_iterator iPos( m_map.begin() ); in ~ComponentContext() local
684 for ( ; iPos != iEnd; ++iPos ) in ~ComponentContext()
685 delete iPos->second; in ~ComponentContext()
698 t_map::const_iterator iPos( m_map.begin() ); in disposing() local
700 for ( ; iPos != iEnd; ++iPos ) in disposing()
702 t_map::mapped_type pEntry = iPos->second; in disposing()
706 !iPos->first.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(SMGR_SINGLETON) )) in disposing()
724 if (iPos->first.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(TDMGR_SINGLETON) )) in disposing()
728 else if (iPos->first.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(AC_SINGLETON) )) in disposing()
732 else if (iPos->first.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(AC_POLICY) )) in disposing()
754 iPos = m_map.begin(); in disposing()
755 for ( ; iPos != iEnd; ++iPos ) in disposing()
756 delete iPos->second; in disposing()