#include <string.h>#include <grpc/grpc.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/string_util.h>#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/config/core_configuration.h"#include "src/core/lib/iomgr/work_serializer.h"#include "src/core/lib/resolver/resolver_registry.h"#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
| class | ResultHandler |
Functions | |
| int | main (int argc, char **argv) |
| static void | test_fails (grpc_core::ResolverFactory *factory, const char *string) |
| static void | test_succeeds (grpc_core::ResolverFactory *factory, const char *string) |
Variables | |
| static std::shared_ptr< grpc_core::WorkSerializer > * | g_work_serializer |
Definition at line 81 of file sockaddr_resolver_test.cc.
|
static |
Definition at line 62 of file sockaddr_resolver_test.cc.
|
static |
Definition at line 39 of file sockaddr_resolver_test.cc.
|
static |
Definition at line 32 of file sockaddr_resolver_test.cc.