Searched refs:Syncer (Results 1 – 2 of 2) sorted by relevance
49 using Syncer = std::function<void(const std::shared_ptr<MetaStore> &, int32_t)>; variable56 API_EXPORT void SetSyncer(const Syncer &syncer);95 Syncer syncer_;
171 void MetaDataManager::SetSyncer(const Syncer &syncer) in SetSyncer()