[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
|
||
|---|---|---|
| .. | ||
| codegen | ||
| .clang-format | ||
| README.md | ||
| call.h | ||
| call_hook.h | ||
| call_op_set.h | ||
| call_op_set_interface.h | ||
| channel_argument_option.h | ||
| channel_interface.h | ||
| client_unary_call.h | ||
| completion_queue_tag.h | ||
| create_auth_context.h | ||
| delegating_channel.h | ||
| grpc_library.h | ||
| intercepted_channel.h | ||
| interceptor_common.h | ||
| metadata_map.h | ||
| method_handler_impl.h | ||
| proto_utils.h | ||
| rpc_method.h | ||
| rpc_service_method.h | ||
| serialization_traits.h | ||
| server_builder_option.h | ||
| server_builder_plugin.h | ||
| server_callback_handlers.h | ||
| server_initializer.h | ||
| service_type.h | ||
| status.h | ||
| sync.h | ||
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.