Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogDb.cpp382 …explicit Impl(std::shared_ptr<DialogDbSyncSafeInterface> sync_db_safe) : sync_db_safe_(std::move(s… in Impl()
429 sync_db_safe_.reset(); in close()
436 std::shared_ptr<DialogDbSyncSafeInterface> sync_db_safe_; member in td::DialogDbAsync::Impl
487 sync_db_ = &sync_db_safe_->get(); in start_up()
H A DMessagesDb.cpp1099 …explicit Impl(std::shared_ptr<MessagesDbSyncSafeInterface> sync_db_safe) : sync_db_safe_(std::move… in Impl()
1197 sync_db_safe_.reset(); in close()
1209 std::shared_ptr<MessagesDbSyncSafeInterface> sync_db_safe_; member in td::MessagesDbAsync::Impl
1256 sync_db_ = &sync_db_safe_->get(); in start_up()