Functions
channel_stack_test.cc File Reference
#include "src/core/lib/channel/channel_stack.h"
#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/slice/slice_internal.h"
#include "test/core/util/test_config.h"
Include dependency graph for channel_stack_test.cc:

Go to the source code of this file.

Functions

static void call_destroy_func (grpc_call_element *elem, const grpc_call_final_info *, grpc_closure *)
 
static void call_func (grpc_call_element *elem, grpc_transport_stream_op_batch *)
 
static grpc_error_handle call_init_func (grpc_call_element *elem, const grpc_call_element_args *)
 
static void channel_destroy_func (grpc_channel_element *)
 
static void channel_func (grpc_channel_element *elem, grpc_transport_op *)
 
static grpc_error_handle channel_init_func (grpc_channel_element *elem, grpc_channel_element_args *args)
 
static void free_call (void *arg, grpc_error_handle)
 
static void free_channel (void *arg, grpc_error_handle)
 
int main (int argc, char **argv)
 
static void test_create_channel_stack (void)
 

Function Documentation

◆ call_destroy_func()

static void call_destroy_func ( grpc_call_element elem,
const grpc_call_final_info ,
grpc_closure  
)
static

Definition at line 52 of file channel_stack_test.cc.

◆ call_func()

static void call_func ( grpc_call_element elem,
grpc_transport_stream_op_batch  
)
static

Definition at line 58 of file channel_stack_test.cc.

◆ call_init_func()

static grpc_error_handle call_init_func ( grpc_call_element elem,
const grpc_call_element_args  
)
static

Definition at line 43 of file channel_stack_test.cc.

◆ channel_destroy_func()

static void channel_destroy_func ( grpc_channel_element )
static

Definition at line 50 of file channel_stack_test.cc.

◆ channel_func()

static void channel_func ( grpc_channel_element elem,
grpc_transport_op  
)
static

Definition at line 63 of file channel_stack_test.cc.

◆ channel_init_func()

static grpc_error_handle channel_init_func ( grpc_channel_element elem,
grpc_channel_element_args args 
)
static

Definition at line 31 of file channel_stack_test.cc.

◆ free_call()

static void free_call ( void *  arg,
grpc_error_handle   
)
static

Definition at line 73 of file channel_stack_test.cc.

◆ free_channel()

static void free_channel ( void *  arg,
grpc_error_handle   
)
static

Definition at line 68 of file channel_stack_test.cc.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 155 of file channel_stack_test.cc.

◆ test_create_channel_stack()

static void test_create_channel_stack ( void  )
static

Definition at line 78 of file channel_stack_test.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:06