Home
last modified time | relevance | path

Searched defs:on_completion (Results 1 – 12 of 12) 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/pigweed/pw_transfer/
Dclient.cc25 CompletionFunc&& on_completion, in Read()
59 CompletionFunc&& on_completion, in Write()
Dtransfer_thread.cc108 Function<void(Status)>&& on_completion, in StartTransfer()
/external/pigweed/pw_transfer/public/pw_transfer/internal/
Dclient_context.h26 void set_on_completion(Function<void(Status)>&& on_completion) { in set_on_completion()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h95 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
133 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
174 std::function<void(grpc::Status)> on_completion) { in UnaryCallInternal()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h95 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
133 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
174 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/pigweed/pw_transfer/public/pw_transfer/
Dtransfer_thread.h53 Function<void(Status)>&& on_completion, in StartClientTransfer()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dclient_callback.h52 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCall()
68 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCallImpl()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_callback.h52 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCall()
68 std::function<void(::grpc::Status)> on_completion) { in CallbackUnaryCallImpl()
/external/python/cpython2/Modules/
Dreadline.c846 on_completion(const char *text, int state) in on_completion() function
/external/python/cpython3/Modules/
Dreadline.c1109 on_completion(const char *text, int state) in on_completion() function