Last-Modified: Mon, 27 Jul 2026 04:57:34 GMT Expires: Thu, 24 Jul 2036 04:57:34 GMT CsvColumn.cs « CSV « Tango.FSE.Procedures « Modules « FSE « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures/CSV/CsvColumn.cs
blob: afe65f565db7f0c6de1989d50bfd9298cfd79d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: DeleteRequest.proto */

/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif

#include "DeleteRequest.pb-c.h"
void   delete_request__init
                     (DeleteRequest         *message)
{
  static const DeleteRequest init_value = DELETE_REQUEST__INIT;
  *message = init_value;
}
size_t delete_request__get_packed_size
                     (const DeleteRequest *message)
{
  assert(message->base.descriptor == &delete_request__descriptor);
  return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message));
}
size_t delete_request__pack
                     (const DeleteRequest *message,
                      uint8_t       *out)
{
  assert(message->base.descriptor == &delete_request__descriptor);
  return protobuf_c_message_pack ((const ProtobufCMessage*)message, out);
}
size_t delete_request__pack_to_buffer
                     (const DeleteRequest *message,
                      ProtobufCBuffer *buffer)
{
  assert(message->base.descriptor == &delete_request__descriptor);
  return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer);
}
DeleteRequest *
       delete_request__unpack
                     (ProtobufCAllocator  *allocator,
                      size_t               len,
                      const uint8_t       *data)
{
  return (DeleteRequest *)
     protobuf_c_message_unpack (&delete_request__descriptor,
                                allocator, len, data);
}
void   delete_request__free_unpacked
                     (DeleteRequest *message,
                      ProtobufCAllocator *allocator)
{
  if(!message)
    return;
  assert(message->base.descriptor == &delete_request__descriptor);
  protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator);
}
static const ProtobufCFieldDescriptor delete_request__field_descriptors[2] =
{
  {
    "",
    1,
    PROTOBUF_C_LABEL_OPTIONAL,
    PROTOBUF_C_TYPE_STRING,
    0,   /* quantifier_offset */
    offsetof(DeleteRequest, path),
    NULL,
    NULL,
    0,             /* flags */
    0,NULL,NULL    /* reserved1,reserved2, etc */
  },
  {
    "",
    2,
    PROTOBUF_C_LABEL_OPTIONAL,
    PROTOBUF_C_TYPE_ENUM,
    offsetof(DeleteRequest, has_attribute),
    offsetof(DeleteRequest, attribute),
    &file_attribute__descriptor,
    NULL,
    0,             /* flags */
    0,NULL,NULL    /* reserved1,reserved2, etc */
  },
};
static const unsigned delete_request__field_indices_by_name[] = {
  1,   /* field[1] = Attribute */
  0,   /* field[0] = Path */
};
static const ProtobufCIntRange delete_request__number_ranges[1 + 1] =
{
  { 1, 0 },
  { 0, 2 }
};
const ProtobufCMessageDescriptor delete_request__descriptor =
{
  PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
  "",
  "",
  "",
  "",
  sizeof(DeleteRequest),
  2,
  delete_request__field_descriptors,
  delete_request__field_indices_by_name,
  1,  delete_request__number_ranges,
  (ProtobufCMessageInit) delete_request__init,
  NULL,NULL,NULL    /* reserved[123] */
};