Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp12064 bool ContactsManager::speculative_add_count(int32 &count, int32 delta_count, int32 min_count) { in speculative_add_count() function in td::ContactsManager
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()
12200 channel_full->is_changed |= speculative_add_count(channel_full->administrator_count, in speculative_add_channel_user()
12206speculative_add_count(c->participant_count, new_status.is_member() - old_status.is_member(), min_c… in speculative_add_channel_user()
12273 channel_full->is_changed |= speculative_add_count(channel_full->participant_count, in speculative_add_channel_user()
12276speculative_add_count(channel_full->restricted_count, new_status.is_restricted() - old_status.is_r… in speculative_add_channel_user()
12278speculative_add_count(channel_full->banned_count, new_status.is_banned() - old_status.is_banned()); in speculative_add_channel_user()
H A DContactsManager.h1264 static bool speculative_add_count(int32 &count, int32 delta_count, int32 min_count = 0);