Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1627 …map<std::pair<UserId, int64>, FileSourceId, UserIdPhotoIdHash> user_profile_photo_file_source_ids_; variable
H A DContactsManager.cpp11104 auto it = user_profile_photo_file_source_ids_.find(std::make_pair(user_id, photo_id)); in register_user_photo()
11105 if (it != user_profile_photo_file_source_ids_.end()) { in register_user_photo()
11108 user_profile_photo_file_source_ids_.erase(it); in register_user_photo()
14146 auto &source_id = user_profile_photo_file_source_ids_[std::make_pair(user_id, photo_id)]; in get_user_profile_photo_file_source_id()