Home
last modified time | relevance | path

Searched refs:encoded_grpc_grpclb_response (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc164 grpc_slice encoded_grpc_grpclb_response) { in grpc_grpclb_initial_response_parse() argument
166 pb_istream_from_buffer(GRPC_SLICE_START_PTR(encoded_grpc_grpclb_response), in grpc_grpclb_initial_response_parse()
167 GRPC_SLICE_LENGTH(encoded_grpc_grpclb_response)); in grpc_grpclb_initial_response_parse()
188 grpc_slice encoded_grpc_grpclb_response) { in grpc_grpclb_response_parse_serverlist() argument
190 pb_istream_from_buffer(GRPC_SLICE_START_PTR(encoded_grpc_grpclb_response), in grpc_grpclb_response_parse_serverlist()
191 GRPC_SLICE_LENGTH(encoded_grpc_grpclb_response)); in grpc_grpclb_response_parse_serverlist()
Dload_balancer_api.h58 grpc_slice encoded_grpc_grpclb_response);
62 grpc_slice encoded_grpc_grpclb_response);