Home
last modified time | relevance | path

Searched refs:get_notification_group_stmt_ (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogDb.cpp151 get_notification_group_stmt_, in init()
223 get_notification_group_stmt_.reset(); in get_notification_group()
225 get_notification_group_stmt_.bind_int32(1, notification_group_id.get()).ensure(); in get_notification_group()
226 TRY_STATUS(get_notification_group_stmt_.step()); in get_notification_group()
227 if (!get_notification_group_stmt_.has_row()) { in get_notification_group()
230 …return NotificationGroupKey(notification_group_id, DialogId(get_notification_group_stmt_.view_int6… in get_notification_group()
231 get_last_notification_date(get_notification_group_stmt_, 1)); in get_notification_group()
310 SqliteStatement get_notification_group_stmt_; member in td::DialogDbImpl