4 "summary": "gRPC C++ library",
5 "homepage": "https://grpc.io",
6 "license": "Apache License, Version 2.0",
8 "The gRPC contributors": "grpc-packages@google.com"
11 "git": "https://github.com/grpc/grpc.git",
18 "requires_arc": false,
19 "module_name": "grpcpp",
20 "header_dir": "grpcpp",
21 "pod_target_xcconfig": {
22 "HEADER_SEARCH_PATHS": "\"$(inherited)\" \"$(PODS_TARGET_SRCROOT)/include\"",
23 "USER_HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\"",
24 "GCC_PREPROCESSOR_DEFINITIONS": "\"$(inherited)\" \"COCOAPODS=1\" \"PB_NO_PACKED_STRUCTS=1\"",
25 "CLANG_WARN_STRICT_PROTOTYPES": "NO",
26 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
27 "USE_HEADERMAP": "NO",
28 "ALWAYS_SEARCH_USER_PATHS": "NO"
35 "header_mappings_dir": "include/grpcpp",
36 "prepare_command": "find src/cpp/ -type f -exec sed -E -i'.back' 's;#include \"third_party/nanopb/(.*)\";#include <nanopb/\\1>;g' {} \\;\nfind src/cpp/ -name \"*.back\" -type f -delete\nfind src/core/ -regex \".*.h\" -type f -exec sed -E -i'.back' 's;#include \"third_party/nanopb/(.*)\";#include <nanopb/\\1>;g' {} \\;\nfind src/core/ -name \"*.back\" -type f -delete",
40 "header_mappings_dir": "include/grpcpp",
42 "include/grpcpp/alarm.h",
43 "include/grpcpp/channel.h",
44 "include/grpcpp/client_context.h",
45 "include/grpcpp/completion_queue.h",
46 "include/grpcpp/create_channel.h",
47 "include/grpcpp/create_channel_posix.h",
48 "include/grpcpp/ext/health_check_service_server_builder_option.h",
49 "include/grpcpp/generic/async_generic_service.h",
50 "include/grpcpp/generic/generic_stub.h",
51 "include/grpcpp/grpcpp.h",
52 "include/grpcpp/health_check_service_interface.h",
53 "include/grpcpp/impl/call.h",
54 "include/grpcpp/impl/channel_argument_option.h",
55 "include/grpcpp/impl/client_unary_call.h",
56 "include/grpcpp/impl/codegen/core_codegen.h",
57 "include/grpcpp/impl/grpc_library.h",
58 "include/grpcpp/impl/method_handler_impl.h",
59 "include/grpcpp/impl/rpc_method.h",
60 "include/grpcpp/impl/rpc_service_method.h",
61 "include/grpcpp/impl/serialization_traits.h",
62 "include/grpcpp/impl/server_builder_option.h",
63 "include/grpcpp/impl/server_builder_plugin.h",
64 "include/grpcpp/impl/server_initializer.h",
65 "include/grpcpp/impl/service_type.h",
66 "include/grpcpp/resource_quota.h",
67 "include/grpcpp/security/auth_context.h",
68 "include/grpcpp/security/auth_metadata_processor.h",
69 "include/grpcpp/security/credentials.h",
70 "include/grpcpp/security/server_credentials.h",
71 "include/grpcpp/server.h",
72 "include/grpcpp/server_builder.h",
73 "include/grpcpp/server_context.h",
74 "include/grpcpp/server_posix.h",
75 "include/grpcpp/support/async_stream.h",
76 "include/grpcpp/support/async_unary_call.h",
77 "include/grpcpp/support/byte_buffer.h",
78 "include/grpcpp/support/channel_arguments.h",
79 "include/grpcpp/support/config.h",
80 "include/grpcpp/support/slice.h",
81 "include/grpcpp/support/status.h",
82 "include/grpcpp/support/status_code_enum.h",
83 "include/grpcpp/support/string_ref.h",
84 "include/grpcpp/support/stub_options.h",
85 "include/grpcpp/support/sync_stream.h",
86 "include/grpcpp/support/time.h",
87 "include/grpcpp/impl/codegen/async_stream.h",
88 "include/grpcpp/impl/codegen/async_unary_call.h",
89 "include/grpcpp/impl/codegen/byte_buffer.h",
90 "include/grpcpp/impl/codegen/call.h",
91 "include/grpcpp/impl/codegen/call_hook.h",
92 "include/grpcpp/impl/codegen/channel_interface.h",
93 "include/grpcpp/impl/codegen/client_context.h",
94 "include/grpcpp/impl/codegen/client_unary_call.h",
95 "include/grpcpp/impl/codegen/completion_queue.h",
96 "include/grpcpp/impl/codegen/completion_queue_tag.h",
97 "include/grpcpp/impl/codegen/config.h",
98 "include/grpcpp/impl/codegen/core_codegen_interface.h",
99 "include/grpcpp/impl/codegen/create_auth_context.h",
100 "include/grpcpp/impl/codegen/grpc_library.h",
101 "include/grpcpp/impl/codegen/metadata_map.h",
102 "include/grpcpp/impl/codegen/method_handler_impl.h",
103 "include/grpcpp/impl/codegen/rpc_method.h",
104 "include/grpcpp/impl/codegen/rpc_service_method.h",
105 "include/grpcpp/impl/codegen/security/auth_context.h",
106 "include/grpcpp/impl/codegen/serialization_traits.h",
107 "include/grpcpp/impl/codegen/server_context.h",
108 "include/grpcpp/impl/codegen/server_interface.h",
109 "include/grpcpp/impl/codegen/service_type.h",
110 "include/grpcpp/impl/codegen/slice.h",
111 "include/grpcpp/impl/codegen/status.h",
112 "include/grpcpp/impl/codegen/status_code_enum.h",
113 "include/grpcpp/impl/codegen/string_ref.h",
114 "include/grpcpp/impl/codegen/stub_options.h",
115 "include/grpcpp/impl/codegen/sync_stream.h",
116 "include/grpcpp/impl/codegen/time.h"
120 "name": "Implementation",
121 "header_mappings_dir": ".",
123 "gRPC-C++/Interface": [
134 "include/grpcpp/impl/codegen/core_codegen.h",
135 "src/cpp/client/secure_credentials.h",
136 "src/cpp/common/secure_auth_context.h",
137 "src/cpp/server/secure_server_credentials.h",
138 "src/cpp/client/create_channel_internal.h",
139 "src/cpp/common/channel_filter.h",
140 "src/cpp/server/dynamic_thread_pool.h",
141 "src/cpp/server/health/default_health_check_service.h",
142 "src/cpp/server/health/health.pb.h",
143 "src/cpp/server/thread_pool_interface.h",
144 "src/cpp/thread_manager/thread_manager.h",
145 "src/cpp/client/insecure_credentials.cc",
146 "src/cpp/client/secure_credentials.cc",
147 "src/cpp/common/auth_property_iterator.cc",
148 "src/cpp/common/secure_auth_context.cc",
149 "src/cpp/common/secure_channel_arguments.cc",
150 "src/cpp/common/secure_create_auth_context.cc",
151 "src/cpp/server/insecure_server_credentials.cc",
152 "src/cpp/server/secure_server_credentials.cc",
153 "src/cpp/client/channel_cc.cc",
154 "src/cpp/client/client_context.cc",
155 "src/cpp/client/create_channel.cc",
156 "src/cpp/client/create_channel_internal.cc",
157 "src/cpp/client/create_channel_posix.cc",
158 "src/cpp/client/credentials_cc.cc",
159 "src/cpp/client/generic_stub.cc",
160 "src/cpp/common/alarm.cc",
161 "src/cpp/common/channel_arguments.cc",
162 "src/cpp/common/channel_filter.cc",
163 "src/cpp/common/completion_queue_cc.cc",
164 "src/cpp/common/core_codegen.cc",
165 "src/cpp/common/resource_quota_cc.cc",
166 "src/cpp/common/rpc_method.cc",
167 "src/cpp/common/version_cc.cc",
168 "src/cpp/server/async_generic_service.cc",
169 "src/cpp/server/channel_argument_option.cc",
170 "src/cpp/server/create_default_thread_pool.cc",
171 "src/cpp/server/dynamic_thread_pool.cc",
172 "src/cpp/server/health/default_health_check_service.cc",
173 "src/cpp/server/health/health.pb.c",
174 "src/cpp/server/health/health_check_service.cc",
175 "src/cpp/server/health/health_check_service_server_builder_option.cc",
176 "src/cpp/server/server_builder.cc",
177 "src/cpp/server/server_cc.cc",
178 "src/cpp/server/server_context.cc",
179 "src/cpp/server/server_credentials.cc",
180 "src/cpp/server/server_posix.cc",
181 "src/cpp/thread_manager/thread_manager.cc",
182 "src/cpp/util/byte_buffer_cc.cc",
183 "src/cpp/util/slice_cc.cc",
184 "src/cpp/util/status.cc",
185 "src/cpp/util/string_ref.cc",
186 "src/cpp/util/time_cc.cc",
187 "src/cpp/codegen/codegen_init.cc",
188 "src/core/lib/gpr/arena.h",
189 "src/core/lib/gpr/env.h",
190 "src/core/lib/gpr/fork.h",
191 "src/core/lib/gpr/host_port.h",
192 "src/core/lib/gpr/mpscq.h",
193 "src/core/lib/gpr/murmur_hash.h",
194 "src/core/lib/gpr/spinlock.h",
195 "src/core/lib/gpr/string.h",
196 "src/core/lib/gpr/string_windows.h",
197 "src/core/lib/gpr/thd.h",
198 "src/core/lib/gpr/time_precise.h",
199 "src/core/lib/gpr/tls.h",
200 "src/core/lib/gpr/tls_gcc.h",
201 "src/core/lib/gpr/tls_msvc.h",
202 "src/core/lib/gpr/tls_pthread.h",
203 "src/core/lib/gpr/tmpfile.h",
204 "src/core/lib/gpr/useful.h",
205 "src/core/lib/gprpp/abstract.h",
206 "src/core/lib/gprpp/atomic.h",
207 "src/core/lib/gprpp/atomic_with_atm.h",
208 "src/core/lib/gprpp/atomic_with_std.h",
209 "src/core/lib/gprpp/manual_constructor.h",
210 "src/core/lib/gprpp/memory.h",
211 "src/core/lib/profiling/timers.h",
212 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
213 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
214 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
215 "src/core/ext/transport/chttp2/transport/flow_control.h",
216 "src/core/ext/transport/chttp2/transport/frame.h",
217 "src/core/ext/transport/chttp2/transport/frame_data.h",
218 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
219 "src/core/ext/transport/chttp2/transport/frame_ping.h",
220 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
221 "src/core/ext/transport/chttp2/transport/frame_settings.h",
222 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
223 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
224 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
225 "src/core/ext/transport/chttp2/transport/hpack_table.h",
226 "src/core/ext/transport/chttp2/transport/http2_settings.h",
227 "src/core/ext/transport/chttp2/transport/huffsyms.h",
228 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
229 "src/core/ext/transport/chttp2/transport/internal.h",
230 "src/core/ext/transport/chttp2/transport/stream_map.h",
231 "src/core/ext/transport/chttp2/transport/varint.h",
232 "src/core/ext/transport/chttp2/alpn/alpn.h",
233 "src/core/ext/filters/http/client/http_client_filter.h",
234 "src/core/ext/filters/http/message_compress/message_compress_filter.h",
235 "src/core/ext/filters/http/server/http_server_filter.h",
236 "src/core/lib/security/context/security_context.h",
237 "src/core/lib/security/credentials/composite/composite_credentials.h",
238 "src/core/lib/security/credentials/credentials.h",
239 "src/core/lib/security/credentials/fake/fake_credentials.h",
240 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
241 "src/core/lib/security/credentials/iam/iam_credentials.h",
242 "src/core/lib/security/credentials/jwt/json_token.h",
243 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
244 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
245 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
246 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
247 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
248 "src/core/lib/security/security_connector/security_connector.h",
249 "src/core/lib/security/transport/auth_filters.h",
250 "src/core/lib/security/transport/secure_endpoint.h",
251 "src/core/lib/security/transport/security_handshaker.h",
252 "src/core/lib/security/transport/target_authority_table.h",
253 "src/core/lib/security/transport/tsi_error.h",
254 "src/core/lib/security/util/json_util.h",
255 "src/core/tsi/alts_transport_security.h",
256 "src/core/tsi/fake_transport_security.h",
257 "src/core/tsi/ssl_transport_security.h",
258 "src/core/tsi/ssl_types.h",
259 "src/core/tsi/transport_security_grpc.h",
260 "src/core/tsi/transport_security.h",
261 "src/core/tsi/transport_security_adapter.h",
262 "src/core/tsi/transport_security_interface.h",
263 "src/core/ext/transport/chttp2/server/chttp2_server.h",
264 "src/core/ext/filters/client_channel/backup_poller.h",
265 "src/core/ext/filters/client_channel/client_channel.h",
266 "src/core/ext/filters/client_channel/client_channel_factory.h",
267 "src/core/ext/filters/client_channel/connector.h",
268 "src/core/ext/filters/client_channel/http_connect_handshaker.h",
269 "src/core/ext/filters/client_channel/http_proxy.h",
270 "src/core/ext/filters/client_channel/lb_policy.h",
271 "src/core/ext/filters/client_channel/lb_policy_factory.h",
272 "src/core/ext/filters/client_channel/lb_policy_registry.h",
273 "src/core/ext/filters/client_channel/method_params.h",
274 "src/core/ext/filters/client_channel/parse_address.h",
275 "src/core/ext/filters/client_channel/proxy_mapper.h",
276 "src/core/ext/filters/client_channel/proxy_mapper_registry.h",
277 "src/core/ext/filters/client_channel/resolver.h",
278 "src/core/ext/filters/client_channel/resolver_factory.h",
279 "src/core/ext/filters/client_channel/resolver_registry.h",
280 "src/core/ext/filters/client_channel/retry_throttle.h",
281 "src/core/ext/filters/client_channel/status_util.h",
282 "src/core/ext/filters/client_channel/subchannel.h",
283 "src/core/ext/filters/client_channel/subchannel_index.h",
284 "src/core/ext/filters/client_channel/uri_parser.h",
285 "src/core/ext/filters/deadline/deadline_filter.h",
286 "src/core/ext/transport/chttp2/client/chttp2_connector.h",
287 "src/core/ext/transport/inproc/inproc_transport.h",
288 "src/core/lib/avl/avl.h",
289 "src/core/lib/backoff/backoff.h",
290 "src/core/lib/channel/channel_args.h",
291 "src/core/lib/channel/channel_stack.h",
292 "src/core/lib/channel/channel_stack_builder.h",
293 "src/core/lib/channel/connected_channel.h",
294 "src/core/lib/channel/context.h",
295 "src/core/lib/channel/handshaker.h",
296 "src/core/lib/channel/handshaker_factory.h",
297 "src/core/lib/channel/handshaker_registry.h",
298 "src/core/lib/compression/algorithm_metadata.h",
299 "src/core/lib/compression/compression_internal.h",
300 "src/core/lib/compression/message_compress.h",
301 "src/core/lib/compression/stream_compression.h",
302 "src/core/lib/compression/stream_compression_gzip.h",
303 "src/core/lib/compression/stream_compression_identity.h",
304 "src/core/lib/debug/stats.h",
305 "src/core/lib/debug/stats_data.h",
306 "src/core/lib/gprpp/debug_location.h",
307 "src/core/lib/gprpp/inlined_vector.h",
308 "src/core/lib/gprpp/orphanable.h",
309 "src/core/lib/gprpp/ref_counted.h",
310 "src/core/lib/gprpp/ref_counted_ptr.h",
311 "src/core/lib/http/format_request.h",
312 "src/core/lib/http/httpcli.h",
313 "src/core/lib/http/parser.h",
314 "src/core/lib/iomgr/block_annotate.h",
315 "src/core/lib/iomgr/call_combiner.h",
316 "src/core/lib/iomgr/closure.h",
317 "src/core/lib/iomgr/combiner.h",
318 "src/core/lib/iomgr/endpoint.h",
319 "src/core/lib/iomgr/endpoint_pair.h",
320 "src/core/lib/iomgr/error.h",
321 "src/core/lib/iomgr/error_internal.h",
322 "src/core/lib/iomgr/ev_epoll1_linux.h",
323 "src/core/lib/iomgr/ev_epollex_linux.h",
324 "src/core/lib/iomgr/ev_epollsig_linux.h",
325 "src/core/lib/iomgr/ev_poll_posix.h",
326 "src/core/lib/iomgr/ev_posix.h",
327 "src/core/lib/iomgr/exec_ctx.h",
328 "src/core/lib/iomgr/executor.h",
329 "src/core/lib/iomgr/gethostname.h",
330 "src/core/lib/iomgr/iocp_windows.h",
331 "src/core/lib/iomgr/iomgr.h",
332 "src/core/lib/iomgr/iomgr_internal.h",
333 "src/core/lib/iomgr/iomgr_posix.h",
334 "src/core/lib/iomgr/iomgr_uv.h",
335 "src/core/lib/iomgr/is_epollexclusive_available.h",
336 "src/core/lib/iomgr/load_file.h",
337 "src/core/lib/iomgr/lockfree_event.h",
338 "src/core/lib/iomgr/nameser.h",
339 "src/core/lib/iomgr/network_status_tracker.h",
340 "src/core/lib/iomgr/polling_entity.h",
341 "src/core/lib/iomgr/pollset.h",
342 "src/core/lib/iomgr/pollset_set.h",
343 "src/core/lib/iomgr/pollset_set_windows.h",
344 "src/core/lib/iomgr/pollset_uv.h",
345 "src/core/lib/iomgr/pollset_windows.h",
346 "src/core/lib/iomgr/port.h",
347 "src/core/lib/iomgr/resolve_address.h",
348 "src/core/lib/iomgr/resource_quota.h",
349 "src/core/lib/iomgr/sockaddr.h",
350 "src/core/lib/iomgr/sockaddr_posix.h",
351 "src/core/lib/iomgr/sockaddr_utils.h",
352 "src/core/lib/iomgr/sockaddr_windows.h",
353 "src/core/lib/iomgr/socket_factory_posix.h",
354 "src/core/lib/iomgr/socket_mutator.h",
355 "src/core/lib/iomgr/socket_utils.h",
356 "src/core/lib/iomgr/socket_utils_posix.h",
357 "src/core/lib/iomgr/socket_windows.h",
358 "src/core/lib/iomgr/sys_epoll_wrapper.h",
359 "src/core/lib/iomgr/tcp_client.h",
360 "src/core/lib/iomgr/tcp_client_posix.h",
361 "src/core/lib/iomgr/tcp_posix.h",
362 "src/core/lib/iomgr/tcp_server.h",
363 "src/core/lib/iomgr/tcp_server_utils_posix.h",
364 "src/core/lib/iomgr/tcp_uv.h",
365 "src/core/lib/iomgr/tcp_windows.h",
366 "src/core/lib/iomgr/time_averaged_stats.h",
367 "src/core/lib/iomgr/timer.h",
368 "src/core/lib/iomgr/timer_generic.h",
369 "src/core/lib/iomgr/timer_heap.h",
370 "src/core/lib/iomgr/timer_manager.h",
371 "src/core/lib/iomgr/timer_uv.h",
372 "src/core/lib/iomgr/udp_server.h",
373 "src/core/lib/iomgr/unix_sockets_posix.h",
374 "src/core/lib/iomgr/wakeup_fd_cv.h",
375 "src/core/lib/iomgr/wakeup_fd_pipe.h",
376 "src/core/lib/iomgr/wakeup_fd_posix.h",
377 "src/core/lib/json/json.h",
378 "src/core/lib/json/json_common.h",
379 "src/core/lib/json/json_reader.h",
380 "src/core/lib/json/json_writer.h",
381 "src/core/lib/slice/b64.h",
382 "src/core/lib/slice/percent_encoding.h",
383 "src/core/lib/slice/slice_hash_table.h",
384 "src/core/lib/slice/slice_internal.h",
385 "src/core/lib/slice/slice_string_helpers.h",
386 "src/core/lib/slice/slice_weak_hash_table.h",
387 "src/core/lib/surface/api_trace.h",
388 "src/core/lib/surface/call.h",
389 "src/core/lib/surface/call_test_only.h",
390 "src/core/lib/surface/channel.h",
391 "src/core/lib/surface/channel_init.h",
392 "src/core/lib/surface/channel_stack_type.h",
393 "src/core/lib/surface/completion_queue.h",
394 "src/core/lib/surface/completion_queue_factory.h",
395 "src/core/lib/surface/event_string.h",
396 "src/core/lib/surface/init.h",
397 "src/core/lib/surface/lame_client.h",
398 "src/core/lib/surface/server.h",
399 "src/core/lib/surface/validate_metadata.h",
400 "src/core/lib/transport/bdp_estimator.h",
401 "src/core/lib/transport/byte_stream.h",
402 "src/core/lib/transport/connectivity_state.h",
403 "src/core/lib/transport/error_utils.h",
404 "src/core/lib/transport/http2_errors.h",
405 "src/core/lib/transport/metadata.h",
406 "src/core/lib/transport/metadata_batch.h",
407 "src/core/lib/transport/pid_controller.h",
408 "src/core/lib/transport/service_config.h",
409 "src/core/lib/transport/static_metadata.h",
410 "src/core/lib/transport/status_conversion.h",
411 "src/core/lib/transport/status_metadata.h",
412 "src/core/lib/transport/timeout_encoding.h",
413 "src/core/lib/transport/transport.h",
414 "src/core/lib/transport/transport_impl.h",
415 "src/core/lib/debug/trace.h",
416 "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h",
417 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h",
418 "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h",
419 "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h",
420 "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h",
421 "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h",
422 "src/core/ext/filters/client_channel/lb_policy/subchannel_list.h",
423 "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h",
424 "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h",
425 "src/core/ext/filters/load_reporting/server_load_reporting_filter.h",
426 "src/core/ext/filters/load_reporting/server_load_reporting_plugin.h",
427 "src/core/ext/filters/max_age/max_age_filter.h",
428 "src/core/ext/filters/message_size/message_size_filter.h",
429 "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h",
430 "src/core/ext/filters/workarounds/workaround_utils.h"
432 "private_header_files": [
433 "include/grpcpp/impl/codegen/core_codegen.h",
434 "src/cpp/client/secure_credentials.h",
435 "src/cpp/common/secure_auth_context.h",
436 "src/cpp/server/secure_server_credentials.h",
437 "src/cpp/client/create_channel_internal.h",
438 "src/cpp/common/channel_filter.h",
439 "src/cpp/server/dynamic_thread_pool.h",
440 "src/cpp/server/health/default_health_check_service.h",
441 "src/cpp/server/health/health.pb.h",
442 "src/cpp/server/thread_pool_interface.h",
443 "src/cpp/thread_manager/thread_manager.h",
444 "src/core/lib/gpr/arena.h",
445 "src/core/lib/gpr/env.h",
446 "src/core/lib/gpr/fork.h",
447 "src/core/lib/gpr/host_port.h",
448 "src/core/lib/gpr/mpscq.h",
449 "src/core/lib/gpr/murmur_hash.h",
450 "src/core/lib/gpr/spinlock.h",
451 "src/core/lib/gpr/string.h",
452 "src/core/lib/gpr/string_windows.h",
453 "src/core/lib/gpr/thd.h",
454 "src/core/lib/gpr/time_precise.h",
455 "src/core/lib/gpr/tls.h",
456 "src/core/lib/gpr/tls_gcc.h",
457 "src/core/lib/gpr/tls_msvc.h",
458 "src/core/lib/gpr/tls_pthread.h",
459 "src/core/lib/gpr/tmpfile.h",
460 "src/core/lib/gpr/useful.h",
461 "src/core/lib/gprpp/abstract.h",
462 "src/core/lib/gprpp/atomic.h",
463 "src/core/lib/gprpp/atomic_with_atm.h",
464 "src/core/lib/gprpp/atomic_with_std.h",
465 "src/core/lib/gprpp/manual_constructor.h",
466 "src/core/lib/gprpp/memory.h",
467 "src/core/lib/profiling/timers.h",
468 "src/core/lib/avl/avl.h",
469 "src/core/lib/backoff/backoff.h",
470 "src/core/lib/channel/channel_args.h",
471 "src/core/lib/channel/channel_stack.h",
472 "src/core/lib/channel/channel_stack_builder.h",
473 "src/core/lib/channel/connected_channel.h",
474 "src/core/lib/channel/context.h",
475 "src/core/lib/channel/handshaker.h",
476 "src/core/lib/channel/handshaker_factory.h",
477 "src/core/lib/channel/handshaker_registry.h",
478 "src/core/lib/compression/algorithm_metadata.h",
479 "src/core/lib/compression/compression_internal.h",
480 "src/core/lib/compression/message_compress.h",
481 "src/core/lib/compression/stream_compression.h",
482 "src/core/lib/compression/stream_compression_gzip.h",
483 "src/core/lib/compression/stream_compression_identity.h",
484 "src/core/lib/debug/stats.h",
485 "src/core/lib/debug/stats_data.h",
486 "src/core/lib/gprpp/debug_location.h",
487 "src/core/lib/gprpp/inlined_vector.h",
488 "src/core/lib/gprpp/orphanable.h",
489 "src/core/lib/gprpp/ref_counted.h",
490 "src/core/lib/gprpp/ref_counted_ptr.h",
491 "src/core/lib/http/format_request.h",
492 "src/core/lib/http/httpcli.h",
493 "src/core/lib/http/parser.h",
494 "src/core/lib/iomgr/block_annotate.h",
495 "src/core/lib/iomgr/call_combiner.h",
496 "src/core/lib/iomgr/closure.h",
497 "src/core/lib/iomgr/combiner.h",
498 "src/core/lib/iomgr/endpoint.h",
499 "src/core/lib/iomgr/endpoint_pair.h",
500 "src/core/lib/iomgr/error.h",
501 "src/core/lib/iomgr/error_internal.h",
502 "src/core/lib/iomgr/ev_epoll1_linux.h",
503 "src/core/lib/iomgr/ev_epollex_linux.h",
504 "src/core/lib/iomgr/ev_epollsig_linux.h",
505 "src/core/lib/iomgr/ev_poll_posix.h",
506 "src/core/lib/iomgr/ev_posix.h",
507 "src/core/lib/iomgr/exec_ctx.h",
508 "src/core/lib/iomgr/executor.h",
509 "src/core/lib/iomgr/gethostname.h",
510 "src/core/lib/iomgr/iocp_windows.h",
511 "src/core/lib/iomgr/iomgr.h",
512 "src/core/lib/iomgr/iomgr_internal.h",
513 "src/core/lib/iomgr/iomgr_posix.h",
514 "src/core/lib/iomgr/iomgr_uv.h",
515 "src/core/lib/iomgr/is_epollexclusive_available.h",
516 "src/core/lib/iomgr/load_file.h",
517 "src/core/lib/iomgr/lockfree_event.h",
518 "src/core/lib/iomgr/nameser.h",
519 "src/core/lib/iomgr/network_status_tracker.h",
520 "src/core/lib/iomgr/polling_entity.h",
521 "src/core/lib/iomgr/pollset.h",
522 "src/core/lib/iomgr/pollset_set.h",
523 "src/core/lib/iomgr/pollset_set_windows.h",
524 "src/core/lib/iomgr/pollset_uv.h",
525 "src/core/lib/iomgr/pollset_windows.h",
526 "src/core/lib/iomgr/port.h",
527 "src/core/lib/iomgr/resolve_address.h",
528 "src/core/lib/iomgr/resource_quota.h",
529 "src/core/lib/iomgr/sockaddr.h",
530 "src/core/lib/iomgr/sockaddr_posix.h",
531 "src/core/lib/iomgr/sockaddr_utils.h",
532 "src/core/lib/iomgr/sockaddr_windows.h",
533 "src/core/lib/iomgr/socket_factory_posix.h",
534 "src/core/lib/iomgr/socket_mutator.h",
535 "src/core/lib/iomgr/socket_utils.h",
536 "src/core/lib/iomgr/socket_utils_posix.h",
537 "src/core/lib/iomgr/socket_windows.h",
538 "src/core/lib/iomgr/sys_epoll_wrapper.h",
539 "src/core/lib/iomgr/tcp_client.h",
540 "src/core/lib/iomgr/tcp_client_posix.h",
541 "src/core/lib/iomgr/tcp_posix.h",
542 "src/core/lib/iomgr/tcp_server.h",
543 "src/core/lib/iomgr/tcp_server_utils_posix.h",
544 "src/core/lib/iomgr/tcp_uv.h",
545 "src/core/lib/iomgr/tcp_windows.h",
546 "src/core/lib/iomgr/time_averaged_stats.h",
547 "src/core/lib/iomgr/timer.h",
548 "src/core/lib/iomgr/timer_generic.h",
549 "src/core/lib/iomgr/timer_heap.h",
550 "src/core/lib/iomgr/timer_manager.h",
551 "src/core/lib/iomgr/timer_uv.h",
552 "src/core/lib/iomgr/udp_server.h",
553 "src/core/lib/iomgr/unix_sockets_posix.h",
554 "src/core/lib/iomgr/wakeup_fd_cv.h",
555 "src/core/lib/iomgr/wakeup_fd_pipe.h",
556 "src/core/lib/iomgr/wakeup_fd_posix.h",
557 "src/core/lib/json/json.h",
558 "src/core/lib/json/json_common.h",
559 "src/core/lib/json/json_reader.h",
560 "src/core/lib/json/json_writer.h",
561 "src/core/lib/slice/b64.h",
562 "src/core/lib/slice/percent_encoding.h",
563 "src/core/lib/slice/slice_hash_table.h",
564 "src/core/lib/slice/slice_internal.h",
565 "src/core/lib/slice/slice_string_helpers.h",
566 "src/core/lib/slice/slice_weak_hash_table.h",
567 "src/core/lib/surface/api_trace.h",
568 "src/core/lib/surface/call.h",
569 "src/core/lib/surface/call_test_only.h",
570 "src/core/lib/surface/channel.h",
571 "src/core/lib/surface/channel_init.h",
572 "src/core/lib/surface/channel_stack_type.h",
573 "src/core/lib/surface/completion_queue.h",
574 "src/core/lib/surface/completion_queue_factory.h",
575 "src/core/lib/surface/event_string.h",
576 "src/core/lib/surface/init.h",
577 "src/core/lib/surface/lame_client.h",
578 "src/core/lib/surface/server.h",
579 "src/core/lib/surface/validate_metadata.h",
580 "src/core/lib/transport/bdp_estimator.h",
581 "src/core/lib/transport/byte_stream.h",
582 "src/core/lib/transport/connectivity_state.h",
583 "src/core/lib/transport/error_utils.h",
584 "src/core/lib/transport/http2_errors.h",
585 "src/core/lib/transport/metadata.h",
586 "src/core/lib/transport/metadata_batch.h",
587 "src/core/lib/transport/pid_controller.h",
588 "src/core/lib/transport/service_config.h",
589 "src/core/lib/transport/static_metadata.h",
590 "src/core/lib/transport/status_conversion.h",
591 "src/core/lib/transport/status_metadata.h",
592 "src/core/lib/transport/timeout_encoding.h",
593 "src/core/lib/transport/transport.h",
594 "src/core/lib/transport/transport_impl.h",
595 "src/core/lib/debug/trace.h",
596 "src/core/ext/transport/inproc/inproc_transport.h"