/external/grpc-grpc/include/grpcpp/impl/codegen/ |
client_callback.h | 46 std::function<void(Status)> on_completion) { 48 channel, method, context, request, result, on_completion); 57 std::function<void(Status)> on_completion) { 72 CallbackWithStatusTag(call.call(), on_completion, ops);
|
/external/grpc-grpc/src/cpp/client/ |
generic_stub.cc | 68 std::function<void(Status)> on_completion) { 72 context, request, response, std::move(on_completion));
|
/external/grpc-grpc/include/grpcpp/generic/ |
generic_stub.h | 77 std::function<void(Status)> on_completion);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
readline.c | 801 on_completion(const char *text, int state)
function 853 return completion_matches(text, *on_completion);
|
/external/python/cpython2/Modules/ |
readline.c | 846 on_completion(const char *text, int state) function 898 return completion_matches(text, *on_completion); [all...] |
/external/python/cpython3/Modules/ |
readline.c | 987 on_completion(const char *text, int state) function 1063 result = completion_matches((char *)text, *on_completion); [all...] |