Searched refs:newCount (Results 1 – 7 of 7) sorted by relevance
45 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local46 if ( 0 == newCount ) in release()48 return newCount; in release()
78 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local79 if ( newCount == 0 ) in release()81 return newCount; in release()
49 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local50 if ( newCount == 0 ) in release()55 return newCount; in release()
182 int newCount = xDrawPage.getCount(); in hasRightAmountOfShapes() local183 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()188 for (int i=elementCount; i<newCount; i++) { in hasRightAmountOfShapes()
190 int newCount = xDrawPage.getCount(); in hasRightAmountOfShapes() local191 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()196 for (int i=elementCount; i<newCount; i++) { in hasRightAmountOfShapes()
207 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local208 if ( 0 == newCount ) in release()210 return newCount; in release()
62 void setCount(int newCount) in setCount() argument64 count_ = newCount; in setCount()
Completed in 29 milliseconds