/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: AbortJobResponse.proto */ /* Do not generate deprecated warnings for self */ #ifndef PROTOBUF_C__NO_DEPRECATED #define PROTOBUF_C__NO_DEPRECATED #endif #include "AbortJobResponse.pb-c.h" void abort_job_response__init (AbortJobResponse *message) { static const AbortJobResponse init_value = ABORT_JOB_RESPONSE__INIT; *message = init_value; } size_t abort_job_response__get_packed_size (const AbortJobResponse *message) { assert(message->base.descriptor == &abort_job_response__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t abort_job_response__pack (const AbortJobResponse *message, uint8_t *out) { assert(message->base.descriptor == &abort_job_response__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t abort_job_response__pack_to_buffer (const AbortJobResponse *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &abort_job_response__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } AbortJobResponse * abort_job_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (AbortJobResponse *) protobuf_c_message_unpack (&abort_job_response__descriptor, allocator, len, data); } void abort_job_response__free_unpacked (AbortJobResponse *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &abort_job_response__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } #define abort_job_response__field_descriptors NULL #define abort_job_response__field_indices_by_name NULL #define abort_job_response__number_ranges NULL const ProtobufCMessageDescriptor abort_job_response__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "", "", "", "", sizeof(AbortJobResponse), 0, abort_job_response__field_descriptors, abort_job_response__field_indices_by_name, 0, abort_job_response__number_ranges, (ProtobufCMessageInit) abort_job_response__init, NULL,NULL,NULL /* reserved[123] */ };