#include <grpc/support/port_platform.h>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "absl/status/statusor.h"
#include "src/core/lib/resolver/server_address.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
Typedefs | |
using | grpc_core::HierarchicalAddressMap = std::map< std::string, ServerAddressList > |
Functions | |
absl::StatusOr< HierarchicalAddressMap > | grpc_core::MakeHierarchicalAddressMap (const absl::StatusOr< ServerAddressList > &addresses) |
std::unique_ptr< ServerAddress::AttributeInterface > | grpc_core::MakeHierarchicalPathAttribute (std::vector< std::string > path) |