Searched refs:isAtLastRow (Results 1 – 1 of 1) sorted by relevance
322 bool isAtLastRow = false; in GetReminders() local323 queryResultSet->IsAtLastRow(isAtLastRow); in GetReminders()324 while (!isAtLastRow) { in GetReminders()329 queryResultSet->IsAtLastRow(isAtLastRow); in GetReminders()379 bool isAtLastRow = false; in GetBundleOption() local380 queryResultSet->IsAtLastRow(isAtLastRow); in GetBundleOption()381 if (isAtLastRow) { in GetBundleOption()