Home
last modified time | relevance | path

Searched defs:call_cq (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/include/grpcpp/
Dserver_interface.h227 grpc::CompletionQueue* call_cq, in NoPayloadAsyncRequest()
245 grpc::CompletionQueue* call_cq, in PayloadAsyncRequest()
318 grpc::CompletionQueue* call_cq, in RequestAsyncCall()
329 grpc::CompletionQueue* call_cq, in RequestAsyncCall()
339 grpc::CompletionQueue* call_cq, in RequestAsyncGenericCall()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dserver_interface.h228 grpc::CompletionQueue* call_cq, in NoPayloadAsyncRequest()
246 grpc::CompletionQueue* call_cq, in PayloadAsyncRequest()
319 grpc::CompletionQueue* call_cq, in RequestAsyncCall()
330 grpc::CompletionQueue* call_cq, in RequestAsyncCall()
340 grpc::CompletionQueue* call_cq, in RequestAsyncGenericCall()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver_interface.h228 grpc::CompletionQueue* call_cq, in NoPayloadAsyncRequest()
246 grpc::CompletionQueue* call_cq, in PayloadAsyncRequest()
319 grpc::CompletionQueue* call_cq, in RequestAsyncCall()
330 grpc::CompletionQueue* call_cq, in RequestAsyncCall()
340 grpc::CompletionQueue* call_cq, in RequestAsyncGenericCall()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dservice_type.h106 grpc::CompletionQueue* call_cq, in RequestAsyncUnary()
119 grpc::CompletionQueue* call_cq, in RequestAsyncClientStreaming()
129 grpc::CompletionQueue* call_cq, in RequestAsyncServerStreaming()
138 grpc::CompletionQueue* call_cq, in RequestAsyncBidiStreaming()
/external/grpc-grpc/include/grpcpp/impl/
Dservice_type.h106 grpc::CompletionQueue* call_cq, in RequestAsyncUnary()
119 grpc::CompletionQueue* call_cq, in RequestAsyncClientStreaming()
129 grpc::CompletionQueue* call_cq, in RequestAsyncServerStreaming()
138 grpc::CompletionQueue* call_cq, in RequestAsyncBidiStreaming()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dservice_type.h106 grpc::CompletionQueue* call_cq, in RequestAsyncUnary()
119 grpc::CompletionQueue* call_cq, in RequestAsyncClientStreaming()
129 grpc::CompletionQueue* call_cq, in RequestAsyncServerStreaming()
138 grpc::CompletionQueue* call_cq, in RequestAsyncBidiStreaming()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dasync_generic_service.cc27 grpc::CompletionQueue* call_cq, in RequestCall()
Dserver_cc.cc141 internal::ServerAsyncStreamingInterface* stream, CompletionQueue* call_cq, in BaseAsyncRequest()
227 internal::ServerAsyncStreamingInterface* stream, CompletionQueue* call_cq, in RegisteredAsyncRequest()
249 internal::ServerAsyncStreamingInterface* stream, CompletionQueue* call_cq, in GenericAsyncRequest()
/external/grpc-grpc/src/cpp/server/
Dasync_generic_service.cc27 grpc::CompletionQueue* call_cq, in RequestCall()
Dserver_cc.cc143 internal::ServerAsyncStreamingInterface* stream, CompletionQueue* call_cq, in BaseAsyncRequest()
229 internal::ServerAsyncStreamingInterface* stream, CompletionQueue* call_cq, in RegisteredAsyncRequest()
251 internal::ServerAsyncStreamingInterface* stream, CompletionQueue* call_cq, in GenericAsyncRequest()
/external/grpc-grpc/test/core/transport/chttp2/
Dremove_stream_from_stalled_lists_test.cc192 grpc_completion_queue* call_cq = nullptr; in AcceptThread() local
237 static void HandleOneRpc(grpc_call* call, grpc_completion_queue* call_cq) { in HandleOneRpc()