Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_group_call.cpp165 _serverParticipantsCount = count; in setServerParticipantsCount()
176 } else if (_serverParticipantsCount > 0) { in changePeerEmptyCallFlag()
400 = (_serverParticipantsCount == _participants.size()); in applyCallFields()
479 : std::max(int(_participants.size()), _serverParticipantsCount); in computeParticipantsCount()
558 if (_serverParticipantsCount > 0) { in applyParticipantsSlice()
559 --_serverParticipantsCount; in applyParticipantsSlice()
662 ++_serverParticipantsCount; in applyParticipantsSlice()
H A Ddata_group_call.h217 int _serverParticipantsCount = 0; variable