#include <grpc/support/port_platform.h>#include "src/core/lib/gprpp/host_port.h"#include <stddef.h>#include "absl/strings/str_format.h"#include "absl/strings/string_view.h"#include <grpc/support/log.h>
Go to the source code of this file.
Namespaces | |
| grpc_core | |
Functions | |
| std::string | grpc_core::JoinHostPort (absl::string_view host, int port) |
| bool | grpc_core::SplitHostPort (absl::string_view name, absl::string_view *host, absl::string_view *port) |
| bool | grpc_core::SplitHostPort (absl::string_view name, std::string *host, std::string *port) |