Searched refs:nextValue (Results 1 – 4 of 4) sorted by relevance
157 pfNextParentTick = aIter.nextValue(); in addSubTicks()170 for(; pfNextParentTick; fLastParentTick=*pfNextParentTick, pfNextParentTick = aIter.nextValue()) in addSubTicks()644 double* EquidistantTickIter::nextValue() in nextValue() function in chart::EquidistantTickIter
313 double* EquidistantTickIter::nextValue() in nextValue() function in chart::EquidistantTickIter687 pfNextParentTick = aIter.nextValue(); in addSubTicks()700 for(; pfNextParentTick; fLastParentTick=*pfNextParentTick, pfNextParentTick = aIter.nextValue()) in addSubTicks()
51 virtual double* nextValue();
413 final Object nextValue = m_dataModel.getCellData( colIndex, rowIndex + 1 ); in testSortableDataModel() local414 final int nextIntValue = impl_assertInteger( nextValue ); in testSortableDataModel()
Completed in 46 milliseconds