Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.cc106 grpc_slice response_slice = grpc_slice_malloc(ostream.bytes_written); in Check() local
107 ostream = pb_ostream_from_buffer(GRPC_SLICE_START_PTR(response_slice), in Check()
108 GRPC_SLICE_LENGTH(response_slice)); in Check()
114 Slice encoded_response(response_slice, Slice::STEAL_REF); in Check()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc758 grpc_slice response_slice = grpc_byte_buffer_reader_readall(&bbr); in OnBalancerMessageReceivedLocked() local
765 (initial_response = grpc_grpclb_initial_response_parse(response_slice)) != in OnBalancerMessageReceivedLocked()
787 response_slice)) != nullptr) { in OnBalancerMessageReceivedLocked()
858 grpc_dump_slice(response_slice, GPR_DUMP_ASCII | GPR_DUMP_HEX)); in OnBalancerMessageReceivedLocked()
860 grpc_slice_unref_internal(response_slice); in OnBalancerMessageReceivedLocked()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc256 grpc_slice response_slice = grpc_slice_from_copied_buffer(buf, buf_length); in EncodeResponse() local
257 Slice encoded_response(response_slice, Slice::STEAL_REF); in EncodeResponse()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc1164 grpc_slice response_slice = grpc_byte_buffer_reader_readall(&bbr); in OnResponseReceivedLocked() local
1170 response_slice, ResourceNamesForRequest(XdsApi::kLdsTypeUrl), in OnResponseReceivedLocked()
1174 grpc_slice_unref_internal(response_slice); in OnResponseReceivedLocked()
1601 grpc_slice response_slice = grpc_byte_buffer_reader_readall(&bbr); in OnResponseReceivedLocked() local
1612 response_slice, &send_all_clusters, &new_cluster_names, in OnResponseReceivedLocked()
1668 grpc_slice_unref_internal(response_slice); in OnResponseReceivedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1040 grpc_slice response_slice = grpc_byte_buffer_reader_readall(&bbr); in OnBalancerMessageReceivedLocked() local
1046 if (!GrpcLbResponseParse(response_slice, arena.ptr(), &response) || in OnBalancerMessageReceivedLocked()
1049 grpc_dump_slice(response_slice, GPR_DUMP_ASCII | GPR_DUMP_HEX); in OnBalancerMessageReceivedLocked()
1168 grpc_slice_unref_internal(response_slice); in OnBalancerMessageReceivedLocked()