Home
last modified time | relevance | path

Searched refs:cq_list_ (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/include/grpcpp/
Dserver.h386 std::vector<CompletionQueue*> cq_list_; variable
Dserver_impl.h381 std::vector<CompletionQueue*> cq_list_; variable
/third_party/grpc/src/cpp/server/
Dserver_cc.cc1189 cq_list_.push_back(cqs[i]); in Start()
1296 for (auto* cq : cq_list_) { in ShutdownInternal()
1299 cq_list_.clear(); in ShutdownInternal()