aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/StubExtFlashReadRequest.pb.h
blob: 9d06a9da29747f3d06c4d66a7798a7c2aaf19706 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
generated by cgit v1.3.1 (git 2.54.0) at 2026-08-01 16:29:13 +0000
 


span class="w"> StubExtFlashReadRequest& default_instance();

  static inline const StubExtFlashReadRequest* internal_default_instance() {
    return reinterpret_cast<const StubExtFlashReadRequest*>(
               &_StubExtFlashReadRequest_default_instance_);
  }
  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
    0;

  void Swap(StubExtFlashReadRequest* other);
  friend void swap(StubExtFlashReadRequest& a, StubExtFlashReadRequest& b) {
    a.Swap(&b);
  }

  // implements Message ----------------------------------------------

  inline StubExtFlashReadRequest* New() const PROTOBUF_FINAL { return New(NULL); }

  StubExtFlashReadRequest* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
  void CopyFrom(const StubExtFlashReadRequest& from);
  void MergeFrom(const StubExtFlashReadRequest& from);
  void Clear() PROTOBUF_FINAL;
  bool IsInitialized() const PROTOBUF_FINAL;

  size_t ByteSizeLong() const PROTOBUF_FINAL;
  bool MergePartialFromCodedStream(
      ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
  void SerializeWithCachedSizes(
      ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
      bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
  private:
  void SharedCtor();
  void SharedDtor();
  void SetCachedSize(int size) const PROTOBUF_FINAL;
  void InternalSwap(StubExtFlashReadRequest* other);
  private:
  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
    return NULL;
  }
  inline void* MaybeArenaPtr() const {
    return NULL;
  }
  public:

  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------

  // uint32 Number_Of_Words = 1;
  void clear_number_of_words();
  static const int kNumberOfWordsFieldNumber = 1;
  ::google::protobuf::uint32 number_of_words() const;
  void set_number_of_words(::google::protobuf::uint32 value);

  // @@protoc_insertion_point(class_scope:Tango.PMR.Stubs.StubExtFlashReadRequest)
 private:

  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
  ::google::protobuf::uint32 number_of_words_;
  mutable int _cached_size_;
  friend struct protobuf_StubExtFlashReadRequest_2eproto::TableStruct;
};
// ===================================================================


// ===================================================================

#if !PROTOBUF_INLINE_NOT_IN_HEADERS
#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// StubExtFlashReadRequest

// uint32 Number_Of_Words = 1;
inline void StubExtFlashReadRequest::clear_number_of_words() {
  number_of_words_ = 0u;
}
inline ::google::protobuf::uint32 StubExtFlashReadRequest::number_of_words() const {
  // @@protoc_insertion_point(field_get:Tango.PMR.Stubs.StubExtFlashReadRequest.Number_Of_Words)
  return number_of_words_;
}
inline void StubExtFlashReadRequest::set_number_of_words(::google::protobuf::uint32 value) {
  
  number_of_words_ = value;
  // @@protoc_insertion_point(field_set:Tango.PMR.Stubs.StubExtFlashReadRequest.Number_Of_Words)
}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
#endif  // !PROTOBUF_INLINE_NOT_IN_HEADERS

// @@protoc_insertion_point(namespace_scope)


}  // namespace Stubs
}  // namespace PMR
}  // namespace Tango

// @@protoc_insertion_point(global_scope)

#endif  // PROTOBUF_StubExtFlashReadRequest_2eproto__INCLUDED