Searched refs:pBegIt (Results 1 – 1 of 1) sorted by relevance
80 const sal_Int32 * pBegIt = aIndexList.getConstArray(); in hasPointOwnProperties() local81 const sal_Int32 * pEndIt = pBegIt + aIndexList.getLength(); in hasPointOwnProperties()82 return ( ::std::find( pBegIt, pEndIt, nPointIndex ) != pEndIt ); in hasPointOwnProperties()
Completed in 12 milliseconds