Home
last modified time | relevance | path

Searched refs:GRPC_ALLOW_EXCEPTIONS (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/include/grpc/impl/codegen/
Dport_platform.h530 #ifndef GRPC_ALLOW_EXCEPTIONS
534 #define GRPC_ALLOW_EXCEPTIONS 1 macro
537 #define GRPC_ALLOW_EXCEPTIONS 1 macro
539 #define GRPC_ALLOW_EXCEPTIONS 0 macro
/external/grpc-grpc/test/cpp/end2end/
Dclient_callback_end2end_test.cc134 #if GRPC_ALLOW_EXCEPTIONS in SendRpcsGeneric()
177 #if GRPC_ALLOW_EXCEPTIONS
Dexception_test.cc39 #if GRPC_ALLOW_EXCEPTIONS
/external/grpc-grpc/bazel/
Dgrpc_build_system.bzl90 "//:grpc_allow_exceptions": ["GRPC_ALLOW_EXCEPTIONS=1"],
91 "//:grpc_disallow_exceptions": ["GRPC_ALLOW_EXCEPTIONS=0"],
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcallback_common.h37 #if GRPC_ALLOW_EXCEPTIONS in CatchingCallback()
Dmethod_handler_impl.h40 #if GRPC_ALLOW_EXCEPTIONS in CatchingFunctionHandler()
/external/grpc-grpc/
DBUILD43 values = {"define": "GRPC_ALLOW_EXCEPTIONS=1"},
48 values = {"define": "GRPC_ALLOW_EXCEPTIONS=0"},