34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_STREAM_OP_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_STREAM_OP_H
37 #include <grpc/grpc.h>
38 #include <grpc/support/port_platform.h>
39 #include <grpc/support/slice.h>
40 #include <grpc/support/time.h>
41 #include "src/core/transport/metadata.h"
44 #define GRPC_SOPB_INLINE_ELEMENTS 16
48 typedef enum grpc_stream_op_code {
55 GRPC_OP_BEGIN_MESSAGE,
59 } grpc_stream_op_code;
111 #define grpc_metadata_batch_assert_ok(comd) \
119 enum grpc_stream_op_code type;
149 void grpc_stream_ops_unref_owned_objects(
grpc_stream_op *ops,
size_t nops);
Definition: metadata.h:78
Definition: stream_op.h:69
Definition: stream_op.h:62
Definition: stream_op.h:117
Definition: stream_op.h:133
Definition: stream_op.h:75