GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/string_util.h>
#include "src/core/ext/filters/client_channel/resolver_registry.h"
#include "src/core/ext/filters/client_channel/server_address.h"
#include "src/core/lib/address_utils/parse_address.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/iomgr/unix_sockets_posix.h"
#include "src/core/lib/iomgr/work_serializer.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.h"
#include "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h"
Data Structures | |
class | grpc_core::FakeResolver |
class | grpc_core::FakeResolverResponseSetter |
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Functions | |
void | grpc_resolver_fake_init () |
void | grpc_resolver_fake_shutdown () |
void grpc_resolver_fake_init | ( | void | ) |
void grpc_resolver_fake_shutdown | ( | void | ) |