grpc/include/grpcpp/impl
Tanvi Jagtap 3890766adf [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452)
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT
Replacing GPR_ASSERT with absl CHECK.
These changes have been made using string replacement and regex.
Will not be replacing all instances of CHECK with CHECK_EQ , CHECK_NE etc because there are too many callsites. Only ones which are doable using very simple regex with least chance of failure will be replaced.
Given that we have 5000+ instances of GPR_ASSERT to edit, Doing it manually is too much work for both the author and reviewer.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36452

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36452 from tanvi-jagtap:tjagtap_include_grpc 08e612fccd
PiperOrigin-RevId: 628318595
2024-04-26 00:42:19 -07:00
..
codegen [clang-format] Remove requirement that port_platform.h is at the top (#36277) 2024-04-09 08:48:02 -07:00
.clang-format [clang-format] Remove requirement that port_platform.h is at the top (#36275) 2024-04-09 09:08:28 -07:00
README.md Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
call.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
call_hook.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
call_op_set.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
call_op_set_interface.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
channel_argument_option.h Add MakeChannelArgumentOption() for void* (#32096) 2023-01-13 17:15:30 -08:00
channel_interface.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_unary_call.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
completion_queue_tag.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_auth_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
delegating_channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpc_library.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
intercepted_channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interceptor_common.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
metadata_map.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
method_handler_impl.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
proto_utils.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
rpc_method.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
rpc_service_method.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
serialization_traits.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_builder_option.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_builder_plugin.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_callback_handlers.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
server_initializer.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
service_type.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
status.h [clang-format] Remove requirement that port_platform.h is at the top (#36275) 2024-04-09 09:08:28 -07:00
sync.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00

README.md

The APIs in this directory are not stable!

This directory contains header files that need to be installed but are not part of the public API. Users should not use these headers directly.