Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc231 void Run(const std::shared_ptr<GlobalCallbacks>& global_callbacks, in Run() argument
234 global_callbacks->PreSynchronousRequest(&ctx_); in Run()
239 global_callbacks->PostSynchronousRequest(&ctx_); in Run()
281 std::shared_ptr<GlobalCallbacks> global_callbacks, in SyncRequestThreadManager() argument
288 global_callbacks_(std::move(global_callbacks)) {} in SyncRequestThreadManager()