grpc/include/grpcpp/impl/codegen
hcaseyal 311bf04ec9
Merge pull request #19788 from chrisse74/master
remove all unused-parameter warnings in C++
2019-09-03 13:58:13 -07:00
..
security Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
async_generic_service.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
async_stream.h Expose some of the internal codegen interfaces 2019-07-02 12:32:14 -07:00
async_stream_impl.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02: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 all unused-parameter warnings 2019-07-30 13:10:53 +02:00
byte_buffer.h Move grpc async, callback and sync implementation to grpc_impl namespace 2019-07-01 14:05:54 -07: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 remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
call_op_set_interface.h Address reviewer comments. 2018-10-31 01:02:07 -07:00
callback_common.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
channel_interface.h Merge pull request #19788 from chrisse74/master 2019-09-03 13:58:13 -07:00
client_callback.h Expose some of the internal codegen interfaces 2019-07-02 12:32:14 -07:00
client_callback_impl.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
client_context.h Fix PropogationOptions 2019-06-10 13:58:34 -07:00
client_context_impl.h Add accessor declaration for ClientContext 2019-08-14 12:38:59 -07:00
client_interceptor.h Fix clang errors. 2019-06-05 16:47:29 -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 Move grpc async, callback and sync implementation to grpc_impl namespace 2019-07-01 14:05:54 -07: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 Fix typo for using MessageLite 2019-05-21 01:52:36 -04:00
core_codegen.h Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing. 2019-03-21 06:03:45 -04:00
core_codegen_interface.h Mark assert failure path as unlikely in codegen. 2019-07-18 12:52:18 -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 resolve comments 2019-05-17 16:22:43 -07:00
metadata_map.h Properly clear metadata and other structs when reusing ServerContext 2018-11-13 12:44:56 -08:00
method_handler_impl.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
proto_buffer_reader.h Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing. 2019-03-21 06:03:45 -04:00
proto_buffer_writer.h Rename ProtoBuffer helpers 2018-04-12 17:19:54 -07:00
proto_utils.h Directly use the ZeroCopyInputStream for grpc::GenericDeserialize. 2019-08-12 22:44:56 -04:00
rpc_method.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
rpc_service_method.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
serialization_traits.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_callback.h Move grpc async, callback and sync implementation to grpc_impl namespace 2019-07-01 14:05:54 -07:00
server_callback_impl.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
server_context.h Move ClientContext to grpc_impl 2019-06-05 16:31:39 -07:00
server_context_impl.h Move grpc async, callback and sync implementation to grpc_impl namespace 2019-07-01 14:05:54 -07:00
server_interceptor.h Avoid using seq_cst atomic operations in grpcpp when unnecessary. 2019-06-16 16:09:24 -04:00
server_interface.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00
service_type.h Move grpc async, callback and sync implementation to grpc_impl namespace 2019-07-01 14:05:54 -07: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 Move grpc async, callback and sync implementation to grpc_impl namespace 2019-07-01 14:05:54 -07:00
time.h remove all unused-parameter warnings 2019-07-30 13:10:53 +02:00