#include <grpc/support/port_platform.h>
#include "src/core/lib/channel/channel_fwd.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/channel/channel_stack_builder.h"
#include "src/core/lib/transport/transport.h"
Go to the source code of this file.
Functions | |
bool | grpc_add_connected_filter (grpc_core::ChannelStackBuilder *builder) |
grpc_stream * | grpc_connected_channel_get_stream (grpc_call_element *elem) |
Variables | |
const grpc_channel_filter | grpc_connected_filter |
bool grpc_add_connected_filter | ( | grpc_core::ChannelStackBuilder * | builder | ) |
Definition at line 231 of file connected_channel.cc.
grpc_stream* grpc_connected_channel_get_stream | ( | grpc_call_element * | elem | ) |
Definition at line 238 of file connected_channel.cc.
const grpc_channel_filter grpc_connected_filter |
Definition at line 206 of file connected_channel.cc.