ifw  0.0.1-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hellorad.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: hellorad.proto
3 
4 #ifndef PROTOBUF_hellorad_2eproto__INCLUDED
5 #define PROTOBUF_hellorad_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3002000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3002000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_util.h>
26 #include <google/protobuf/metadata.h>
27 #include <google/protobuf/message.h>
28 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
29 #include <google/protobuf/extension_set.h> // IWYU pragma: export
30 #include <google/protobuf/unknown_field_set.h>
31 // @@protoc_insertion_point(includes)
32 class RepTest;
33 class RepTestDefaultTypeInternal;
34 extern RepTestDefaultTypeInternal _RepTest_default_instance_;
35 class ReqTest;
36 class ReqTestDefaultTypeInternal;
37 extern ReqTestDefaultTypeInternal _ReqTest_default_instance_;
38 
39 namespace protobuf_hellorad_2eproto {
40 // Internal implementation detail -- do not call these.
41 struct TableStruct {
42  static const ::google::protobuf::uint32 offsets[];
43  static void InitDefaultsImpl();
44  static void Shutdown();
45 };
46 void AddDescriptors();
47 void InitDefaults();
48 } // namespace protobuf_hellorad_2eproto
49 
50 // ===================================================================
51 
52 class ReqTest : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ReqTest) */ {
53  public:
54  ReqTest();
55  virtual ~ReqTest();
56 
57  ReqTest(const ReqTest& from);
58 
59  inline ReqTest& operator=(const ReqTest& from) {
60  CopyFrom(from);
61  return *this;
62  }
63 
64  static const ::google::protobuf::Descriptor* descriptor();
65  static const ReqTest& default_instance();
66 
67  static inline const ReqTest* internal_default_instance() {
68  return reinterpret_cast<const ReqTest*>(
70  }
71 
72  void Swap(ReqTest* other);
73 
74  // implements Message ----------------------------------------------
75 
76  inline ReqTest* New() const PROTOBUF_FINAL { return New(NULL); }
77 
78  ReqTest* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
79  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
80  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
81  void CopyFrom(const ReqTest& from);
82  void MergeFrom(const ReqTest& from);
83  void Clear() PROTOBUF_FINAL;
84  bool IsInitialized() const PROTOBUF_FINAL;
85 
86  size_t ByteSizeLong() const PROTOBUF_FINAL;
88  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
90  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
91  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
92  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
93  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output)
94  const PROTOBUF_FINAL {
96  ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output);
97  }
98  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
99  private:
100  void SharedCtor();
101  void SharedDtor();
102  void SetCachedSize(int size) const PROTOBUF_FINAL;
103  void InternalSwap(ReqTest* other);
104  private:
105  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
106  return NULL;
107  }
108  inline void* MaybeArenaPtr() const {
109  return NULL;
110  }
111  public:
112 
113  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
114 
115  // nested types ----------------------------------------------------
116 
117  // accessors -------------------------------------------------------
118 
119  // string message = 1;
120  void clear_message();
121  static const int kMessageFieldNumber = 1;
122  const ::std::string& message() const;
123  void set_message(const ::std::string& value);
124  #if LANG_CXX11
125  void set_message(::std::string&& value);
126  #endif
127  void set_message(const char* value);
128  void set_message(const char* value, size_t size);
129  ::std::string* mutable_message();
130  ::std::string* release_message();
131  void set_allocated_message(::std::string* message);
132 
133  // @@protoc_insertion_point(class_scope:ReqTest)
134  private:
135 
136  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
137  ::google::protobuf::internal::ArenaStringPtr message_;
138  mutable int _cached_size_;
140 };
141 // -------------------------------------------------------------------
142 
143 class RepTest : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:RepTest) */ {
144  public:
145  RepTest();
146  virtual ~RepTest();
147 
148  RepTest(const RepTest& from);
149 
150  inline RepTest& operator=(const RepTest& from) {
151  CopyFrom(from);
152  return *this;
153  }
154 
155  static const ::google::protobuf::Descriptor* descriptor();
156  static const RepTest& default_instance();
157 
158  static inline const RepTest* internal_default_instance() {
159  return reinterpret_cast<const RepTest*>(
161  }
162 
163  void Swap(RepTest* other);
164 
165  // implements Message ----------------------------------------------
166 
167  inline RepTest* New() const PROTOBUF_FINAL { return New(NULL); }
168 
169  RepTest* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
170  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
171  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
172  void CopyFrom(const RepTest& from);
173  void MergeFrom(const RepTest& from);
174  void Clear() PROTOBUF_FINAL;
175  bool IsInitialized() const PROTOBUF_FINAL;
176 
177  size_t ByteSizeLong() const PROTOBUF_FINAL;
179  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
181  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
182  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
183  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
184  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output)
185  const PROTOBUF_FINAL {
187  ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output);
188  }
189  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
190  private:
191  void SharedCtor();
192  void SharedDtor();
193  void SetCachedSize(int size) const PROTOBUF_FINAL;
194  void InternalSwap(RepTest* other);
195  private:
196  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
197  return NULL;
198  }
199  inline void* MaybeArenaPtr() const {
200  return NULL;
201  }
202  public:
203 
204  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
205 
206  // nested types ----------------------------------------------------
207 
208  // accessors -------------------------------------------------------
209 
210  // string message = 1;
211  void clear_message();
212  static const int kMessageFieldNumber = 1;
213  const ::std::string& message() const;
214  void set_message(const ::std::string& value);
215  #if LANG_CXX11
216  void set_message(::std::string&& value);
217  #endif
218  void set_message(const char* value);
219  void set_message(const char* value, size_t size);
220  ::std::string* mutable_message();
221  ::std::string* release_message();
222  void set_allocated_message(::std::string* message);
223 
224  // @@protoc_insertion_point(class_scope:RepTest)
225  private:
226 
227  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
228  ::google::protobuf::internal::ArenaStringPtr message_;
229  mutable int _cached_size_;
231 };
232 // ===================================================================
233 
234 
235 // ===================================================================
236 
237 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
238 // ReqTest
239 
240 // string message = 1;
241 inline void ReqTest::clear_message() {
242  message_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
243 }
244 inline const ::std::string& ReqTest::message() const {
245  // @@protoc_insertion_point(field_get:ReqTest.message)
246  return message_.GetNoArena();
247 }
248 inline void ReqTest::set_message(const ::std::string& value) {
249 
250  message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
251  // @@protoc_insertion_point(field_set:ReqTest.message)
252 }
253 #if LANG_CXX11
254 inline void ReqTest::set_message(::std::string&& value) {
255 
256  message_.SetNoArena(
257  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), std::move(value));
258  // @@protoc_insertion_point(field_set_rvalue:ReqTest.message)
259 }
260 #endif
261 inline void ReqTest::set_message(const char* value) {
262 
263  message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
264  // @@protoc_insertion_point(field_set_char:ReqTest.message)
265 }
266 inline void ReqTest::set_message(const char* value, size_t size) {
267 
268  message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
269  ::std::string(reinterpret_cast<const char*>(value), size));
270  // @@protoc_insertion_point(field_set_pointer:ReqTest.message)
271 }
272 inline ::std::string* ReqTest::mutable_message() {
273 
274  // @@protoc_insertion_point(field_mutable:ReqTest.message)
275  return message_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
276 }
277 inline ::std::string* ReqTest::release_message() {
278  // @@protoc_insertion_point(field_release:ReqTest.message)
279 
280  return message_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
281 }
282 inline void ReqTest::set_allocated_message(::std::string* message) {
283  if (message != NULL) {
284 
285  } else {
286 
287  }
288  message_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), message);
289  // @@protoc_insertion_point(field_set_allocated:ReqTest.message)
290 }
291 
292 // -------------------------------------------------------------------
293 
294 // RepTest
295 
296 // string message = 1;
297 inline void RepTest::clear_message() {
298  message_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
299 }
300 inline const ::std::string& RepTest::message() const {
301  // @@protoc_insertion_point(field_get:RepTest.message)
302  return message_.GetNoArena();
303 }
304 inline void RepTest::set_message(const ::std::string& value) {
305 
306  message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
307  // @@protoc_insertion_point(field_set:RepTest.message)
308 }
309 #if LANG_CXX11
310 inline void RepTest::set_message(::std::string&& value) {
311 
312  message_.SetNoArena(
313  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), std::move(value));
314  // @@protoc_insertion_point(field_set_rvalue:RepTest.message)
315 }
316 #endif
317 inline void RepTest::set_message(const char* value) {
318 
319  message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
320  // @@protoc_insertion_point(field_set_char:RepTest.message)
321 }
322 inline void RepTest::set_message(const char* value, size_t size) {
323 
324  message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
325  ::std::string(reinterpret_cast<const char*>(value), size));
326  // @@protoc_insertion_point(field_set_pointer:RepTest.message)
327 }
328 inline ::std::string* RepTest::mutable_message() {
329 
330  // @@protoc_insertion_point(field_mutable:RepTest.message)
331  return message_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
332 }
333 inline ::std::string* RepTest::release_message() {
334  // @@protoc_insertion_point(field_release:RepTest.message)
335 
336  return message_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
337 }
338 inline void RepTest::set_allocated_message(::std::string* message) {
339  if (message != NULL) {
340 
341  } else {
342 
343  }
344  message_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), message);
345  // @@protoc_insertion_point(field_set_allocated:RepTest.message)
346 }
347 
348 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
349 // -------------------------------------------------------------------
350 
351 
352 // @@protoc_insertion_point(namespace_scope)
353 
354 
355 // @@protoc_insertion_point(global_scope)
356 
357 #endif // PROTOBUF_hellorad_2eproto__INCLUDED
::std::string * release_message()
Definition: hellorad.pb.h:333
double value
Definition: easylogging++.h:814
static const ::google::protobuf::uint32 offsets[]
Definition: hellorad.pb.h:42
void set_allocated_message(::std::string *message)
Definition: hellorad.pb.h:282
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
void clear_message()
Definition: hellorad.pb.h:241
bool IsInitialized() const PROTOBUF_FINAL
void set_allocated_message(::std::string *message)
Definition: hellorad.pb.h:338
void Clear() PROTOBUF_FINAL
bool IsInitialized() const PROTOBUF_FINAL
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
Definition: hellorad.pb.h:41
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const PROTOBUF_FINAL
Definition: hellorad.pb.h:184
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void InitDefaults()
Definition: Types.pb.cpp:111
ReqTest & operator=(const ReqTest &from)
Definition: hellorad.pb.h:59
::std::string * mutable_message()
Definition: hellorad.pb.h:328
size_t ByteSizeLong() const PROTOBUF_FINAL
static const RepTest * internal_default_instance()
Definition: hellorad.pb.h:158
static const RepTest & default_instance()
void Swap(ReqTest *other)
::std::string * release_message()
Definition: hellorad.pb.h:277
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
static const ::google::protobuf::Descriptor * descriptor()
RepTest * New() const PROTOBUF_FINAL
Definition: hellorad.pb.h:167
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
const ::std::string & message() const
Definition: hellorad.pb.h:300
virtual ~RepTest()
static const ::google::protobuf::Descriptor * descriptor()
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
void clear_message()
Definition: hellorad.pb.h:297
::std::string * mutable_message()
Definition: hellorad.pb.h:272
Definition: hellorad.pb.h:143
void AddDescriptors()
Definition: Types.pb.cpp:130
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const PROTOBUF_FINAL
Definition: hellorad.pb.h:93
void set_message(const ::std::string &value)
Definition: hellorad.pb.h:304
void Clear() PROTOBUF_FINAL
static const int kMessageFieldNumber
Definition: hellorad.pb.h:212
static const ReqTest & default_instance()
size_t ByteSizeLong() const PROTOBUF_FINAL
void set_message(const ::std::string &value)
Definition: hellorad.pb.h:248
const ::std::string & message() const
Definition: hellorad.pb.h:244
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL
int GetCachedSize() const PROTOBUF_FINAL
Definition: hellorad.pb.h:189
static const int kMessageFieldNumber
Definition: hellorad.pb.h:121
virtual ~ReqTest()
ReqTest * New() const PROTOBUF_FINAL
Definition: hellorad.pb.h:76
RepTest & operator=(const RepTest &from)
Definition: hellorad.pb.h:150
ReqTestDefaultTypeInternal _ReqTest_default_instance_
Definition: hellorad.pb.h:52
static const ReqTest * internal_default_instance()
Definition: hellorad.pb.h:67
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL
RepTestDefaultTypeInternal _RepTest_default_instance_
int GetCachedSize() const PROTOBUF_FINAL
Definition: hellorad.pb.h:98
std::string const
Definition: Test{{cookiecutter.device_name}}.cpp:209
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
void Swap(RepTest *other)