Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/
H A Dstorage_account.cpp399 _draftsMap = draftsMap; in readMapWith()
527 if (!_draftsMap.empty()) { in writeMap()
581 _draftsMap.clear(); in reset()
1050 if (i != _draftsMap.cend()) { in writeDrafts()
1052 _draftsMap.erase(i); in writeDrafts()
1061 if (i == _draftsMap.cend()) { in writeDrafts()
1286 if (j == _draftsMap.cend()) { in readDraftsWithCursors()
1293 _draftsMap.erase(j); in readDraftsWithCursors()
1310 _draftsMap.erase(j); in readDraftsWithCursors()
1353 _draftsMap.erase(j); in readDraftsWithCursors()
[all …]
H A Dstorage_account.h248 base::flat_map<PeerId, FileKey> _draftsMap; variable