Searched refs:pRowsIter (Results 1 – 2 of 2) sorted by relevance
739 const Sequence<Any>* pRowsIter = aRows.getConstArray(); in initialize() local740 const Sequence<Any>* pRowsEnd = pRowsIter + aRows.getLength(); in initialize()741 for (; pRowsIter != pRowsEnd;++pRowsIter) in initialize()744 const Any* pRowIter = pRowsIter->getConstArray(); in initialize()745 const Any* pRowEnd = pRowIter + pRowsIter->getLength(); in initialize()
71 Sequence< Any > * pRowsIter = aRows.getArray(); in lcl_setRows_throw() local72 Sequence< Any > * pRowsEnd = pRowsIter + aRows.getLength(); in lcl_setRows_throw()73 for (; pRowsIter != pRowsEnd;++pRowsIter,++aIter) { in lcl_setRows_throw()76 (*pRowsIter) = aSeq; in lcl_setRows_throw()
Completed in 32 milliseconds