Searched refs:pEndIt (Results 1 – 2 of 2) sorted by relevance
81 const sal_Int32 * pEndIt = pBegIt + aIndexList.getLength(); in hasPointOwnProperties() local82 return ( ::std::find( pBegIt, pEndIt, nPointIndex ) != pEndIt ); in hasPointOwnProperties()
94 const beans::PropertyValue * pEndIt = pIt + + rMediaDescriptor.getLength(); in lcl_getProperty() local95 pIt = ::std::find_if( pIt, pEndIt, lcl_PropNameEquals( aPropName )); in lcl_getProperty()96 if( pIt != pEndIt ) in lcl_getProperty()
Completed in 13 milliseconds