Home
last modified time | relevance | path

Searched defs:config_pmc (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DConfigShared.cpp17 ConfigShared::ConfigShared(std::shared_ptr<KeyValueSyncInterface> config_pmc) : config_pmc_(std::mo… in ConfigShared()
H A DTdDb.cpp66 …inlog &binlog, string path, BinlogKeyValue<Binlog> &binlog_pmc, BinlogKeyValue<Binlog> &config_pmc, in init_binlog()
391 auto config_pmc = make_unique<BinlogKeyValue<Binlog>>(); in init() local