#include <grpc/support/port_platform.h>
#include <stddef.h>
#include <stdint.h>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "absl/memory/memory.h"
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/iomgr/resolved_address.h"
Go to the source code of this file.
Classes | |
class | grpc_core::ServerAddress::AttributeInterface |
class | grpc_core::ServerAddress |
class | grpc_core::ServerAddressWeightAttribute |
Namespaces | |
grpc_core | |
Typedefs | |
using | grpc_core::ServerAddressList = std::vector< ServerAddress > |