Searched refs:mnCurEntry (Results 1 – 2 of 2) sorted by relevance
180 mnCurEntry = 0; in SortedResultSet()348 mnCurEntry++; in next()369 if ( mnCurEntry ) in isBeforeFirst()410 mnCurEntry = 0; in beforeFirst()562 if ( ( mnCurEntry <= 0 ) || ( mnCurEntry > mnCount ) ) in relative()607 mnCurEntry -= 1; in previous()629 if ( ( mnCurEntry <= 0 ) || ( mnCurEntry > mnCount ) ) in refreshRow()643 if ( ( mnCurEntry <= 0 ) || ( mnCurEntry > mnCount ) ) in rowUpdated()657 if ( ( mnCurEntry <= 0 ) || ( mnCurEntry > mnCount ) ) in rowInserted()671 if ( ( mnCurEntry <= 0 ) || ( mnCurEntry > mnCount ) ) in rowDeleted()[all …]
161 long mnCurEntry; // index of the current entry member in SortedResultSet
Completed in 23 milliseconds