Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_interface.h200 bool delete_on_finalize);
334 void* tag, bool delete_on_finalize);
/third_party/grpc/src/cpp/server/
Dserver_cc.cc120 ServerCompletionQueue* notification_cq, void* tag, bool delete_on_finalize) in BaseAsyncRequest() argument
127 delete_on_finalize_(delete_on_finalize), in BaseAsyncRequest()
225 ServerCompletionQueue* notification_cq, void* tag, bool delete_on_finalize) in GenericAsyncRequest() argument
227 delete_on_finalize) { in GenericAsyncRequest()