/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: SetupDebugDisributorsResponse.proto */ /* Do not generate deprecated warnings for self */ #ifndef PROTOBUF_C__NO_DEPRECATED #define PROTOBUF_C__NO_DEPRECATED #endif #include "SetupDebugDisributorsResponse.pb-c.h" void setup_debug_disributors_response__init (SetupDebugDisributorsResponse *message) { static const SetupDebugDisributorsResponse init_value = SETUP_DEBUG_DISRIBUTORS_RESPONSE__INIT; *message = init_value; } size_t setup_debug_disributors_response__get_packed_size (const SetupDebugDisributorsResponse *message) { assert(message->base.descriptor == &setup_debug_disributors_response__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t setup_debug_disributors_response__pack (const SetupDebugDisributorsResponse *message, uint8_t *out) { assert(message->base.descriptor == &setup_debug_disributors_response__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t setup_debug_disributors_response__pack_to_buffer (const SetupDebugDisributorsResponse *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &setup_debug_disributors_response__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } SetupDebugDisributorsResponse * setup_debug_disributors_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (SetupDebugDisributorsResponse *) protobuf_c_message_unpack (&setup_debug_disributors_response__descriptor, allocator, len, data); } void setup_debug_disributors_response__free_unpacked (SetupDebugDisributorsResponse *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &setup_debug_disributors_response__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } #define setup_debug_disributors_response__field_descriptors NULL #define setup_debug_disributors_response__field_indices_by_name NULL #define setup_debug_disributors_response__number_ranges NULL const ProtobufCMessageDescriptor setup_debug_disributors_response__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "", "", "", "", sizeof(SetupDebugDisributorsResponse), 0, setup_debug_disributors_response__field_descriptors, setup_debug_disributors_response__field_indices_by_name, 0, setup_debug_disributors_response__number_ranges, (ProtobufCMessageInit) setup_debug_disributors_response__init, NULL,NULL,NULL /* reserved[123] */ };