#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h"
#include <string.h>
#include <algorithm>
#include "google/protobuf/duration.upb.h"
#include "google/protobuf/timestamp.upb.h"
#include <grpc/impl/codegen/gpr_types.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/lib/gprpp/memory.h"
#include "src/proto/grpc/lb/v1/load_balancer.upb.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
Functions | |
grpc_slice | grpc_core::GrpcLbLoadReportRequestCreate (int64_t num_calls_started, int64_t num_calls_finished, int64_t num_calls_finished_with_client_failed_to_send, int64_t num_calls_finished_known_received, const GrpcLbClientStats::DroppedCallCounts *drop_token_counts, upb_Arena *arena) |
grpc_slice | grpc_core::GrpcLbRequestCreate (const char *lb_service_name, upb_Arena *arena) |
bool | grpc_core::GrpcLbResponseParse (const grpc_slice &serialized_response, upb_Arena *arena, GrpcLbResponse *result) |