Searched refs:deletedIndex (Results 1 – 2 of 2) sorted by relevance
166 auto deletedIndex = static_cast<int32_t>(index); in OnDataDeleted() local182 NotifyChangeWithCount(deletedIndex, -1, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataDeleted()190 auto deletedIndex = static_cast<int32_t>(index); in OnDataBulkDeleted() local210 …NotifyChangeWithCount(deletedIndex, -static_cast<int32_t>(count), NotificationType::START_AND_END_… in OnDataBulkDeleted()
109 let deletedIndex = resultSet.getColumnIndex(relationalStore.Field.DELETED_FLAG_FIELD);110 expect(5).assertEqual(deletedIndex);