Home
last modified time | relevance | path

Searched refs:grpc_message (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc103 if (b->idx.named.grpc_message != nullptr) { in hs_filter_outgoing_metadata()
105 GRPC_MDVALUE(b->idx.named.grpc_message->md), in hs_filter_outgoing_metadata()
108 GRPC_MDVALUE(b->idx.named.grpc_message->md))) { in hs_filter_outgoing_metadata()
111 grpc_metadata_batch_set_value(b->idx.named.grpc_message, pct_encoded_msg); in hs_filter_outgoing_metadata()
/third_party/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc141 if (b->idx.named.grpc_message != nullptr) { in client_filter_incoming_metadata()
143 GRPC_MDVALUE(b->idx.named.grpc_message->md)); in client_filter_incoming_metadata()
145 GRPC_MDVALUE(b->idx.named.grpc_message->md))) { in client_filter_incoming_metadata()
148 grpc_metadata_batch_set_value(b->idx.named.grpc_message, pct_decoded_msg); in client_filter_incoming_metadata()
/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.h560 struct grpc_linked_mdelem* grpc_message; member
/third_party/grpc/src/core/lib/surface/
Dcall.cc1072 if (b->idx.named.grpc_message != nullptr) { in recv_trailing_filter()
1075 grpc_slice_ref_internal(GRPC_MDVALUE(b->idx.named.grpc_message->md))); in recv_trailing_filter()
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc5185 if (fields.grpc_message != nullptr) { in RecvTrailingMetadataReadyForLoadBalancingPolicy()
5188 grpc_slice_ref_internal(GRPC_MDVALUE(fields.grpc_message->md))); in RecvTrailingMetadataReadyForLoadBalancingPolicy()