Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp6541 auto dc_id_promise = PromiseCreator::lambda( in get_channel_statistics() local
6549 get_channel_statistics_dc_id(dialog_id, true, std::move(dc_id_promise)); in get_channel_statistics()
6590 auto dc_id_promise = PromiseCreator::lambda([actor_id = actor_id(this), full_message_id, is_dark, in get_channel_message_statistics() local
6598 get_channel_statistics_dc_id(full_message_id.get_dialog_id(), false, std::move(dc_id_promise)); in get_channel_message_statistics()
6620 …auto dc_id_promise = PromiseCreator::lambda([actor_id = actor_id(this), token = std::move(token), … in load_statistics_graph() local
6628 get_channel_statistics_dc_id(dialog_id, false, std::move(dc_id_promise)); in load_statistics_graph()
H A DMessagesManager.cpp23353 …auto dc_id_promise = PromiseCreator::lambda([actor_id = actor_id(this), full_message_id, offset = … in get_message_public_forwards() local
23362 std::move(dc_id_promise)); in get_message_public_forwards()