Home
last modified time | relevance | path

Searched refs:encoded_response (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/grpclb/
Dgrpclb_api_test.cc87 const std::string encoded_response = response.SerializeAsString(); in TEST_F() local
89 grpc_slice_from_copied_string(encoded_response.c_str()); in TEST_F()
115 const std::string encoded_response = response.SerializeAsString(); in TEST_F() local
117 encoded_response.data(), encoded_response.size()); in TEST_F()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h311 const grpc_slice& encoded_response,
330 grpc_error* ParseLrsResponse(const grpc_slice& encoded_response,
Dxds_api.cc1760 const grpc_slice& encoded_response, const std::string& expected_server_name, in ParseAdsResponse() argument
1772 reinterpret_cast<const char*>(GRPC_SLICE_START_PTR(encoded_response)), in ParseAdsResponse()
1773 GRPC_SLICE_LENGTH(encoded_response), arena.ptr()); in ParseAdsResponse()
2070 grpc_error* XdsApi::ParseLrsResponse(const grpc_slice& encoded_response, in ParseLrsResponse() argument
2078 reinterpret_cast<const char*>(GRPC_SLICE_START_PTR(encoded_response)), in ParseLrsResponse()
2079 GRPC_SLICE_LENGTH(encoded_response), arena.ptr()); in ParseLrsResponse()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h400 const grpc_slice& encoded_response,
415 grpc_error* ParseLrsResponse(const grpc_slice& encoded_response,
Dxds_api.cc2217 const grpc_slice& encoded_response, in ParseAdsResponse() argument
2227 reinterpret_cast<const char*>(GRPC_SLICE_START_PTR(encoded_response)), in ParseAdsResponse()
2228 GRPC_SLICE_LENGTH(encoded_response), arena.ptr()); in ParseAdsResponse()
2439 grpc_error* XdsApi::ParseLrsResponse(const grpc_slice& encoded_response, in ParseLrsResponse() argument
2447 reinterpret_cast<const char*>(GRPC_SLICE_START_PTR(encoded_response)), in ParseLrsResponse()
2448 GRPC_SLICE_LENGTH(encoded_response), arena.ptr()); in ParseLrsResponse()
/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc257 Slice encoded_response(response_slice, Slice::STEAL_REF); in EncodeResponse() local
258 ByteBuffer response_buffer(&encoded_response, 1); in EncodeResponse()