Home
last modified time | relevance | path

Searched defs:on_completion (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_callback.h46 std::function<void(Status)> on_completion) { in CallbackUnaryCall()
57 std::function<void(Status)> on_completion) { in CallbackUnaryCallImpl()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h91 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
127 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
166 std::function<void(grpc::Status)> 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()
127 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
166 std::function<void(grpc::Status)> on_completion) { in UnaryCallInternal()
/external/grpc-grpc/src/cpp/client/
Dgeneric_stub.cc68 std::function<void(Status)> on_completion) { in UnaryCall()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_callback.h51 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCall()
67 std::function<void(::grpc::Status)> on_completion) { 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()
67 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCallImpl()
/external/pigweed/pw_rpc/py/pw_rpc/
Dcallback_client.py310 def on_completion(self, _: PendingRpc, status: Status) -> None: member in _UnaryResponseHandler
/external/python/cpython2/Modules/
Dreadline.c846 on_completion(const char *text, int state) in on_completion() function
/external/python/cpython3/Modules/
Dreadline.c989 on_completion(const char *text, int state) in on_completion() function