Searched refs:on_completion (Results 1 – 5 of 5) sorted by relevance
/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/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/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 | 987 on_completion(const char *text, int state) in on_completion() function 1063 result = completion_matches((char *)text, *on_completion); in flex_complete()
|