#include "src/core/lib/iomgr/endpoint.h"
Go to the source code of this file.
Functions | |
grpc_endpoint * | grpc_mock_endpoint_create (void(*on_write)(grpc_slice slice)) |
void | grpc_mock_endpoint_put_read (grpc_endpoint *ep, grpc_slice slice) |
grpc_endpoint* grpc_mock_endpoint_create | ( | void(*)(grpc_slice slice) | on_write | ) |
Definition at line 118 of file mock_endpoint.cc.
void grpc_mock_endpoint_put_read | ( | grpc_endpoint * | ep, |
grpc_slice | slice | ||
) |
Definition at line 128 of file mock_endpoint.cc.