Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1266 …lative_add_channel_participant_count(ChannelId channel_id, int32 delta_participant_count, bool by_…
H A DContactsManager.cpp12083 int32 delta_participant_count = 0; in speculative_add_channel_participants() local
12089 delta_participant_count++; in speculative_add_channel_participants()
12121 if (delta_participant_count == 0) { in speculative_add_channel_participants()
12125 speculative_add_channel_participant_count(channel_id, delta_participant_count, by_me); in speculative_add_channel_participants()
12159 …ger::speculative_add_channel_participant_count(ChannelId channel_id, int32 delta_participant_count, in speculative_add_channel_participant_count() argument
12172 speculative_add_count(c->participant_count, delta_participant_count, min_count)) { in speculative_add_channel_participant_count()
12182 speculative_add_count(channel_full->participant_count, delta_participant_count, min_count); in speculative_add_channel_participant_count()