Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.h765 int32 total_archived_sticker_set_count_[2] = {-1, -1}; variable
H A DStickersManager.cpp3698 int32 &total_count = total_archived_sticker_set_count_[sticker_set->is_masks]; in on_update_sticker_set()
4199 total_archived_sticker_set_count_[0] = -1; in on_update_sticker_sets()
4203 total_archived_sticker_set_count_[1] = -1; in on_update_sticker_sets()
4756 int32 total_count = total_archived_sticker_set_count_[is_masks]; in get_archived_sticker_sets()
4806 total_archived_sticker_set_count_[is_masks] = total_count; in on_get_archived_sticker_sets()
4824 total_archived_sticker_set_count_[is_masks] = static_cast<int32>(sticker_set_ids.size()); in on_get_archived_sticker_sets()