#include <grpc/support/port_platform.h>
#include <stdint.h>
#include <stdlib.h>
#include <atomic>
#include <new>
#include <type_traits>
#include <utility>
#include "absl/container/inlined_vector.h"
#include "absl/meta/type_traits.h"
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/support/log.h>
#include "src/core/lib/channel/call_finalization.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/channel/channel_fwd.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/channel/context.h"
#include "src/core/lib/gprpp/debug_location.h"
#include "src/core/lib/gprpp/time.h"
#include "src/core/lib/iomgr/call_combiner.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/polling_entity.h"
#include "src/core/lib/promise/activity.h"
#include "src/core/lib/promise/arena_promise.h"
#include "src/core/lib/promise/context.h"
#include "src/core/lib/promise/latch.h"
#include "src/core/lib/promise/poll.h"
#include "src/core/lib/resource_quota/arena.h"
#include "src/core/lib/transport/error_utils.h"
#include "src/core/lib/transport/metadata_batch.h"
#include "src/core/lib/transport/transport.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
grpc_core::promise_filter_detail | |
Enumerations | |
enum | grpc_core::FilterEndpoint { grpc_core::FilterEndpoint::kClient, grpc_core::FilterEndpoint::kServer } |
Functions | |
template<typename F , FilterEndpoint kEndpoint, uint8_t kFlags = 0> | |
absl::enable_if_t< std::is_base_of< ChannelFilter, F >::value, grpc_channel_filter > | grpc_core::MakePromiseBasedFilter (const char *name) |
Variables | |
static constexpr uint8_t | grpc_core::kFilterExaminesServerInitialMetadata = 1 |
static constexpr uint8_t | grpc_core::kFilterIsLast = 2 |