GRPC C++
1.39.1
|
#include <dynamic_filters.h>
Data Structures | |
struct | Args |
Public Member Functions | |
Call (Args args, grpc_error_handle *error) | |
void | StartTransportStreamOpBatch (grpc_transport_stream_op_batch *batch) |
void | SetAfterCallStackDestroy (grpc_closure *closure) |
RefCountedPtr< Call > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< Call > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
Friends | |
template<typename T > | |
class | RefCountedPtr |
grpc_core::DynamicFilters::Call::Call | ( | Args | args, |
grpc_error_handle * | error | ||
) |
RefCountedPtr< DynamicFilters::Call > grpc_core::DynamicFilters::Call::Ref | ( | ) |
RefCountedPtr< DynamicFilters::Call > grpc_core::DynamicFilters::Call::Ref | ( | const DebugLocation & | location, |
const char * | reason | ||
) |
void grpc_core::DynamicFilters::Call::SetAfterCallStackDestroy | ( | grpc_closure * | closure | ) |
void grpc_core::DynamicFilters::Call::StartTransportStreamOpBatch | ( | grpc_transport_stream_op_batch * | batch | ) |
void grpc_core::DynamicFilters::Call::Unref | ( | ) |
void grpc_core::DynamicFilters::Call::Unref | ( | const DebugLocation & | location, |
const char * | reason | ||
) |
|
friend |