Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.cpp1301 old_featured_sticker_set_count_ = to_integer<int32>(old_featured_sticker_set_count_str); in init()
4853 …auto total_count = set_count + (old_featured_sticker_set_count_ == -1 ? 1 : old_featured_sticker_s… in get_featured_sticker_sets()
4867 if (offset < total_count || old_featured_sticker_set_count_ == -1) { in get_featured_sticker_sets()
4925 if (old_featured_sticker_set_count_ == count) { in set_old_featured_sticker_set_count()
4931 old_featured_sticker_set_count_ = count; in set_old_featured_sticker_set_count()
4944 if (old_featured_sticker_set_count_ < known_count) { in fix_old_featured_sticker_set_count()
4945 if (old_featured_sticker_set_count_ >= 0) { in fix_old_featured_sticker_set_count()
4946 …LOG(ERROR) << "Have old trending sticker set count " << old_featured_sticker_set_count_ << ", but … in fix_old_featured_sticker_set_count()
4952 …ERROR) << "Have " << known_count << " old sticker sets out of " << old_featured_sticker_set_count_; in fix_old_featured_sticker_set_count()
5062 old_featured_sticker_set_count_ = 0; in load_featured_sticker_sets()
[all …]
H A DStickersManager.h736 int32 old_featured_sticker_set_count_ = -1; variable