Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_callback.h46 std::function<void(Status)> on_completion) { in CallbackUnaryCall() argument
48 channel, method, context, request, result, on_completion); in CallbackUnaryCall()
57 std::function<void(Status)> on_completion) { in CallbackUnaryCallImpl() argument
72 CallbackWithStatusTag(call.call(), on_completion, ops); in CallbackUnaryCallImpl()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h91 std::function<void(grpc::Status)> on_completion) { in UnaryCall() argument
93 std::move(on_completion)); in UnaryCall()
127 std::function<void(grpc::Status)> on_completion) { in UnaryCall() argument
129 std::move(on_completion)); in UnaryCall()
166 std::function<void(grpc::Status)> on_completion) { in UnaryCallInternal() argument
171 context, request, response, std::move(on_completion)); in UnaryCallInternal()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h91 std::function<void(grpc::Status)> on_completion) { in UnaryCall() argument
93 std::move(on_completion)); in UnaryCall()
127 std::function<void(grpc::Status)> on_completion) { in UnaryCall() argument
129 std::move(on_completion)); in UnaryCall()
166 std::function<void(grpc::Status)> on_completion) { in UnaryCallInternal() argument
171 context, request, response, std::move(on_completion)); in UnaryCallInternal()
/external/grpc-grpc/src/cpp/client/
Dgeneric_stub.cc68 std::function<void(Status)> on_completion) { in UnaryCall() argument
72 context, request, response, std::move(on_completion)); in UnaryCall()
/external/grpc-grpc/include/grpcpp/generic/
Dgeneric_stub.h77 std::function<void(Status)> on_completion);
/external/pigweed/pw_rpc/py/pw_rpc/
Dcallback_client.py310 def on_completion(self, _: PendingRpc, status: Status) -> None: member in _UnaryResponseHandler
342 handler.on_response, handler.on_completion, handler.on_error)
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_callback.h51 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCall() argument
57 channel, method, context, request, result, on_completion); in CallbackUnaryCall()
67 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCallImpl() argument
90 grpc::internal::CallbackWithStatusTag(call.call(), on_completion, ops); in CallbackUnaryCallImpl()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dclient_callback.h51 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCall() argument
57 channel, method, context, request, result, on_completion); in CallbackUnaryCall()
67 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCallImpl() argument
90 grpc::internal::CallbackWithStatusTag(call.call(), on_completion, ops); in CallbackUnaryCallImpl()
/external/python/cpython2/Modules/
Dreadline.c846 on_completion(const char *text, int state) in on_completion() function
898 return completion_matches(text, *on_completion); in flex_complete()
/external/python/cpython3/Modules/
Dreadline.c989 on_completion(const char *text, int state) in on_completion() function
1065 result = completion_matches((char *)text, *on_completion); in flex_complete()