/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: StubAbortJobResponse.proto */ /* Do not generate deprecated warnings for self */ #ifndef PROTOBUF_C__NO_DEPRECATED #define PROTOBUF_C__NO_DEPRECATED #endif #include "StubAbortJobResponse.pb-c.h" void stub_abort_job_response__init (StubAbortJobResponse *message) { static const StubAbortJobResponse init_value = STUB_ABORT_JOB_RESPONSE__INIT; *message = init_value; } size_t stub_abort_job_response__get_packed_size (const StubAbortJobResponse *message) { assert(message->base.descriptor == &stub_abort_job_response__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t stub_abort_job_response__pack (const StubAbortJobResponse *message, uint8_t *out) { assert(message->base.descriptor == &stub_abort_job_response__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t stub_abort_job_response__pack_to_buffer (const StubAbortJobResponse *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &stub_abort_job_response__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } StubAbortJobResponse * stub_abort_job_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (StubAbortJobResponse *) protobuf_c_message_unpack (&stub_abort_job_response__descriptor, allocator, len, data); } void stub_abort_job_response__free_unpacked (StubAbortJobResponse *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &stub_abort_job_response__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } #define stub_abort_job_response__field_descriptors NULL #define stub_abort_job_response__field_indices_by_name NULL #define stub_abort_job_response__number_ranges NULL const ProtobufCMessageDescriptor stub_abort_job_response__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "", "", "", "", sizeof(StubAbortJobResponse), 0, stub_abort_job_response__field_descriptors, stub_abort_job_response__field_indices_by_name, 0, stub_abort_job_response__number_ranges, (ProtobufCMessageInit) stub_abort_job_response__init, NULL,NULL,NULL /* reserved[123] */ };