/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | client_callback.h | 46 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/ |
D | generic_stub.h | 91 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/ |
D | generic_stub.h | 91 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/ |
D | generic_stub.cc | 68 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/ |
D | generic_stub.h | 77 std::function<void(Status)> on_completion);
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | callback_client.py | 310 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/ |
D | client_callback.h | 51 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/ |
D | client_callback.h | 51 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/ |
D | readline.c | 846 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/ |
D | readline.c | 989 on_completion(const char *text, int state) in on_completion() function 1065 result = completion_matches((char *)text, *on_completion); in flex_complete()
|