Skip to content

Commit

Permalink
[call-v3] Client call implementation (grpc#36724)
Browse files Browse the repository at this point in the history
Closes grpc#36724

COPYBARA_INTEGRATE_REVIEW=grpc#36724 from ctiller:transport-refs-8 51cf92a
PiperOrigin-RevId: 640558652
  • Loading branch information
ctiller authored and copybara-github committed Jun 5, 2024
1 parent e55f69c commit 90a649f
Show file tree
Hide file tree
Showing 161 changed files with 6,819 additions and 7,515 deletions.
21 changes: 13 additions & 8 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1800,6 1800,7 @@ grpc_cc_library(
"stats",
"//src/core:arena",
"//src/core:call_arena_allocator",
"//src/core:call_destination",
"//src/core:channel_args",
"//src/core:channel_stack_type",
"//src/core:compression",
Expand Down Expand Up @@ -1992,15 1993,17 @@ grpc_cc_library(
"//src/core:lib/surface/call.cc",
"//src/core:lib/surface/call_details.cc",
"//src/core:lib/surface/call_log_batch.cc",
"//src/core:lib/surface/call_utils.cc",
"//src/core:lib/surface/client_call.cc",
"//src/core:lib/surface/completion_queue.cc",
"//src/core:lib/surface/completion_queue_factory.cc",
"//src/core:lib/surface/event_string.cc",
"//src/core:lib/surface/filter_stack_call.cc",
"//src/core:lib/surface/lame_client.cc",
"//src/core:lib/surface/metadata_array.cc",
"//src/core:lib/surface/server_call.cc",
"//src/core:lib/surface/validate_metadata.cc",
"//src/core:lib/surface/version.cc",
"//src/core:lib/surface/wait_for_cq_end_op.cc",
"//src/core:lib/transport/batch_builder.cc",
"//src/core:lib/transport/transport.cc",
"//src/core:lib/transport/transport_op_string.cc",
],
Expand All @@ -2013,14 2016,16 @@ grpc_cc_library(
"//src/core:lib/compression/message_compress.h",
"//src/core:lib/surface/call.h",
"//src/core:lib/surface/call_test_only.h",
"//src/core:lib/surface/call_utils.h",
"//src/core:lib/surface/client_call.h",
"//src/core:lib/surface/completion_queue.h",
"//src/core:lib/surface/completion_queue_factory.h",
"//src/core:lib/surface/event_string.h",
"//src/core:lib/surface/filter_stack_call.h",
"//src/core:lib/surface/init.h",
"//src/core:lib/surface/lame_client.h",
"//src/core:lib/surface/server_call.h",
"//src/core:lib/surface/validate_metadata.h",
"//src/core:lib/surface/wait_for_cq_end_op.h",
"//src/core:lib/transport/batch_builder.h",
"//src/core:lib/transport/transport.h",
],
defines = select({
Expand All @@ -2033,8 2038,8 @@ grpc_cc_library(
"absl/container:inlined_vector",
"absl/functional:any_invocable",
"absl/functional:function_ref",
"absl/log",
"absl/log:check",
"absl/log:log",
"absl/meta:type_traits",
"absl/status",
"absl/status:statusor",
Expand Down Expand Up @@ -2065,6 2070,7 @@ grpc_cc_library(
"debug_location",
"exec_ctx",
"gpr",
"grpc_core_credentials_header",
"grpc_public_hdrs",
"grpc_trace",
"iomgr",
Expand Down Expand Up @@ -2125,6 2131,7 @@ grpc_cc_library(
"//src/core:ref_counted",
"//src/core:seq",
"//src/core:server_interface",
"//src/core:single_set_ptr",
"//src/core:slice",
"//src/core:slice_buffer",
"//src/core:slice_cast",
Expand Down Expand Up @@ -3713,8 3720,8 @@ grpc_cc_library(
"absl/container:flat_hash_set",
"absl/container:inlined_vector",
"absl/functional:any_invocable",
"absl/log",
"absl/log:check",
"absl/log:log",
"absl/status",
"absl/status:statusor",
"absl/strings",
Expand Down Expand Up @@ -3751,7 3758,6 @@ grpc_cc_library(
"stats",
"uri_parser",
"work_serializer",
"//src/core:activity",
"//src/core:arena",
"//src/core:arena_promise",
"//src/core:backend_metric_parser",
Expand Down Expand Up @@ -3811,7 3817,6 @@ grpc_cc_library(
"//src/core:slice_buffer",
"//src/core:slice_refcount",
"//src/core:stats_data",
"//src/core:status_flag",
"//src/core:status_helper",
"//src/core:subchannel_connector",
"//src/core:subchannel_interface",
Expand Down
Loading

0 comments on commit 90a649f

Please sign in to comment.