Searched defs:grpc_op (Results 1 – 7 of 7) sorted by relevance
609 typedef struct grpc_op { struct611 grpc_op_type op; argument616 union grpc_op_data { argument686 } grpc_op; typedef
536 typedef struct grpc_op { struct538 grpc_op_type op; argument543 union grpc_op_data { argument611 } grpc_op; argument
609 typedef struct grpc_op { struct611 grpc_op_type op; argument616 union grpc_op_data { argument686 } grpc_op; argument
1132 pub struct grpc_op { struct1134 pub op: grpc_op_type, argument1139 pub data: grpc_op_grpc_op_data, argument1240 impl ::std::fmt::Debug for grpc_op { implementation1897 ops: *const grpc_op, in grpc_call_start_batch()
202 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() argument