Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.h327 static constexpr int32 OLD_FEATURED_STICKER_SET_SLICE_SIZE = 20; variable
H A DStickersManager.cpp2426 OLD_FEATURED_STICKER_SET_SLICE_SIZE, in reload_old_featured_sticker_sets()
4951 …featured_sticker_set_count_ > known_count && known_count % OLD_FEATURED_STICKER_SET_SLICE_SIZE != … in fix_old_featured_sticker_set_count()
5014 CHECK(old_featured_sticker_set_ids_.size() % OLD_FEATURED_STICKER_SET_SLICE_SIZE == 0); in on_get_featured_sticker_sets()
5143 CHECK(old_featured_sticker_set_ids_.size() % OLD_FEATURED_STICKER_SET_SLICE_SIZE == 0); in load_old_featured_sticker_sets()