Searched refs:sync_req_mgrs_ (Results 1 – 2 of 2) sorted by relevance
418 sync_req_mgrs_.emplace_back(new SyncRequestThreadManager( in Server()455 for (auto it = sync_req_mgrs_.begin(); it != sync_req_mgrs_.end(); it++) { in ~Server()520 for (auto it = sync_req_mgrs_.begin(); it != sync_req_mgrs_.end(); it++) { in RegisterService()577 for (auto it = sync_req_mgrs_.begin(); it != sync_req_mgrs_.end(); it++) { in Start()595 for (auto it = sync_req_mgrs_.begin(); it != sync_req_mgrs_.end(); it++) { in Start()627 for (auto it = sync_req_mgrs_.begin(); it != sync_req_mgrs_.end(); it++) { in ShutdownInternal()632 for (auto it = sync_req_mgrs_.begin(); it != sync_req_mgrs_.end(); it++) { in ShutdownInternal()
204 std::vector<std::unique_ptr<SyncRequestThreadManager>> sync_req_mgrs_; variable