Home
last modified time | relevance | path

Searched refs:kMessageLengthInts (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/details/
H A Dmtproto_serialized_request.h39 static constexpr auto kMessageLengthInts = 1; variable
41 + kMessageLengthInts;
H A Dmtproto_serialized_request.cpp124 return kMessageIdInts + kSeqNoInts + kMessageLengthInts + ints; in messageSize()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dconnection_abstract.h168 constexpr auto kMessageLengthInts = 1; in prepareNotSecurePacket() local
172 + kMessageLengthInts; in prepareNotSecurePacket()