grpc/include/grpcpp/impl/codegen
Yash Tibrewal 820ee53030
Merge pull request #22000 from yashykt/unusedparams
Remove some unused parameter warnings
2020-02-13 16:23:19 -08:00
..
security Make MethodHandler and related interfaces generic 2019-08-21 16:12:48 -07:00
async_generic_service.h Remove namespace experimental here also 2019-12-03 21:37:55 -08:00
async_stream.h Expose some of the internal codegen interfaces 2019-07-02 12:32:14 -07:00
async_stream_impl.h Remove asserts from impl/codegen 2019-10-17 05:20:41 -07:00
async_unary_call.h Expose some of the internal codegen interfaces 2019-07-02 12:32:14 -07:00
async_unary_call_impl.h Remove asserts from impl/codegen 2019-10-17 05:20:41 -07:00
byte_buffer.h Revert "Generic API: assert when sending uninitialized byte buffer" 2019-12-11 12:58:34 -08:00
call.h Move CompletionQueue and Channel 2019-05-17 09:16:32 -07:00
call_hook.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
call_op_set.h Revert "Generic API: assert when sending uninitialized byte buffer" 2019-12-11 12:58:34 -08:00
call_op_set_interface.h Address reviewer comments. 2018-10-31 01:02:07 -07:00
callback_common.h Remove unused (and defective) constructor 2020-01-05 16:27:30 -08:00
channel_interface.h Merge pull request #19788 from chrisse74/master 2019-09-03 13:58:13 -07:00
client_callback.h Add non-experimental:: versions under ifdef 2019-12-04 06:27:41 -08:00
client_callback_impl.h Clarify ownership in comments 2020-01-21 10:45:04 -08:00
client_context.h Fix PropogationOptions 2019-06-10 13:58:34 -07:00
client_context_impl.h Remove namespace experimental from namespace grpc_impl 2019-12-02 15:36:05 -08:00
client_interceptor.h Revert one change back to an iterated loop rather than range-based 2019-10-16 23:43:38 -07:00
client_unary_call.h Move grpc async, callback and sync implementation to grpc_impl namespace 2019-07-01 14:05:54 -07:00
completion_queue.h Move CompletionQueue and Channel 2019-05-17 09:16:32 -07:00
completion_queue_impl.h Remove some unused parameter warnings 2020-02-12 17:56:34 -08:00
completion_queue_tag.h Address reviewer comments 2018-09-11 09:14:57 -07:00
config.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
config_protobuf.h Removed custom int64 typedef in favor of int64_t. 2019-09-20 09:35:53 -07:00
core_codegen.h Improve logging on API misuse assert 2019-10-16 10:44:10 -07:00
core_codegen_interface.h Improve logging on API misuse assert 2019-10-16 10:44:10 -07:00
create_auth_context.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
delegating_channel.h Mark private methods of DelegatingChannel final (other than WaitForStateChangeImpl and NotifyOnStateChangeImpl) 2019-08-01 16:25:11 -07:00
grpc_library.h fix non-virtual-dtor 2018-02-16 12:42:05 +01:00
intercepted_channel.h Move more of usage to grpc_impl 2019-06-22 17:17:29 -07:00
interceptor.h Add hijacking interception hook points as valid for the GetRecv* functions 2019-05-30 15:39:37 -07:00
interceptor_common.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
message_allocator.h Add non-experimental:: versions under ifdef 2019-12-04 06:27:41 -08:00
metadata_map.h Properly clear metadata and other structs when reusing ServerContext 2018-11-13 12:44:56 -08:00
method_handler.h Make MethodHandler and related interfaces generic 2019-08-21 16:12:48 -07:00
method_handler_impl.h Remove namespace experimental from namespace grpc_impl 2019-12-02 15:36:05 -08:00
proto_buffer_reader.h Removed custom int64 typedef in favor of int64_t. 2019-09-20 09:35:53 -07:00
proto_buffer_writer.h c++ remove win32 conversion warning 2019-10-15 15:10:25 +02:00
proto_utils.h Stop using ByteSize as it's deprecated. 2020-01-29 10:46:19 -08:00
rpc_method.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
rpc_service_method.h Remove namespace experimental from namespace grpc_impl 2019-12-02 15:36:05 -08:00
serialization_traits.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_callback.h Add non-experimental:: versions under ifdef 2019-12-04 06:27:41 -08:00
server_callback_handlers.h Remove namespace experimental from namespace grpc_impl 2019-12-02 15:36:05 -08:00
server_callback_impl.h Clarify ownership in comments 2020-01-21 10:45:04 -08:00
server_context.h Add non-experimental:: versions under ifdef 2019-12-04 06:27:41 -08:00
server_context_impl.h Reinterpret_cast after in-place new... 2020-01-24 12:25:51 -08:00
server_interceptor.h Remove namespace experimental from namespace grpc_impl 2019-12-02 15:36:05 -08:00
server_interface.h port_platform should be included since that's where NONEXPERIMENTAL is specified 2019-12-03 20:20:39 -08:00
service_type.h De-experimentalize generated code 2019-12-11 16:21:23 -08:00
slice.h Make GrpcProtoBufferReaderWriter public 2018-04-06 07:05:27 -07:00
status.h Delete status_test that has no coverage; replace with static_asserts 2018-03-15 11:30:59 -07:00
status_code_enum.h docs: add note about retrying UNAVAILABLE 2019-04-15 12:45:27 -06:00
string_ref.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
stub_options.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
sync.h Make sure grpc::internal::Mutex has enough space for gpr_mu, std::mutex, and pthread_mutex_t. 2019-04-17 14:35:34 -04:00
sync_stream.h Expose some of the internal codegen interfaces 2019-07-02 12:32:14 -07:00
sync_stream_impl.h Check for negative on NextMessageSize 2019-12-18 22:20:31 -08:00
time.h Update by review 2020-02-13 09:11:51 -08:00