Mir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mir_protobuf_wire.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: mir_protobuf_wire.proto
3 
4 #ifndef PROTOBUF_mir_5fprotobuf_5fwire_2eproto__INCLUDED
5 #define PROTOBUF_mir_5fprotobuf_5fwire_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 2005000
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 2005000 < 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/generated_message_util.h>
23 #include <google/protobuf/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/unknown_field_set.h>
27 // @@protoc_insertion_point(includes)
28 
29 namespace mir {
30 namespace protobuf {
31 namespace wire {
32 
33 // Internal implementation detail -- do not call these.
37 
38 class Invocation;
39 class Result;
40 
41 // ===================================================================
42 
43 class Invocation : public ::google::protobuf::Message {
44  public:
45  Invocation();
46  virtual ~Invocation();
47 
48  Invocation(const Invocation& from);
49 
50  inline Invocation& operator=(const Invocation& from) {
51  CopyFrom(from);
52  return *this;
53  }
54 
55  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
56  return _unknown_fields_;
57  }
58 
59  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
60  return &_unknown_fields_;
61  }
62 
63  static const ::google::protobuf::Descriptor* descriptor();
64  static const Invocation& default_instance();
65 
66  void Swap(Invocation* other);
67 
68  // implements Message ----------------------------------------------
69 
70  Invocation* New() const;
71  void CopyFrom(const ::google::protobuf::Message& from);
72  void MergeFrom(const ::google::protobuf::Message& from);
73  void CopyFrom(const Invocation& from);
74  void MergeFrom(const Invocation& from);
75  void Clear();
76  bool IsInitialized() const;
77 
78  int ByteSize() const;
80  ::google::protobuf::io::CodedInputStream* input);
82  ::google::protobuf::io::CodedOutputStream* output) const;
83  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
84  int GetCachedSize() const { return _cached_size_; }
85  private:
86  void SharedCtor();
87  void SharedDtor();
88  void SetCachedSize(int size) const;
89  public:
90 
91  ::google::protobuf::Metadata GetMetadata() const;
92 
93  // nested types ----------------------------------------------------
94 
95  // accessors -------------------------------------------------------
96 
97  // required uint32 id = 1;
98  inline bool has_id() const;
99  inline void clear_id();
100  static const int kIdFieldNumber = 1;
101  inline ::google::protobuf::uint32 id() const;
102  inline void set_id(::google::protobuf::uint32 value);
103 
104  // required string method_name = 2;
105  inline bool has_method_name() const;
106  inline void clear_method_name();
107  static const int kMethodNameFieldNumber = 2;
108  inline const ::std::string& method_name() const;
109  inline void set_method_name(const ::std::string& value);
110  inline void set_method_name(const char* value);
111  inline void set_method_name(const char* value, size_t size);
112  inline ::std::string* mutable_method_name();
113  inline ::std::string* release_method_name();
114  inline void set_allocated_method_name(::std::string* method_name);
115 
116  // required bytes parameters = 3;
117  inline bool has_parameters() const;
118  inline void clear_parameters();
119  static const int kParametersFieldNumber = 3;
120  inline const ::std::string& parameters() const;
121  inline void set_parameters(const ::std::string& value);
122  inline void set_parameters(const char* value);
123  inline void set_parameters(const void* value, size_t size);
124  inline ::std::string* mutable_parameters();
125  inline ::std::string* release_parameters();
126  inline void set_allocated_parameters(::std::string* parameters);
127 
128  // required uint32 protocol_version = 4;
129  inline bool has_protocol_version() const;
130  inline void clear_protocol_version();
131  static const int kProtocolVersionFieldNumber = 4;
132  inline ::google::protobuf::uint32 protocol_version() const;
133  inline void set_protocol_version(::google::protobuf::uint32 value);
134 
135  // @@protoc_insertion_point(class_scope:mir.protobuf.wire.Invocation)
136  private:
137  inline void set_has_id();
138  inline void clear_has_id();
139  inline void set_has_method_name();
140  inline void clear_has_method_name();
141  inline void set_has_parameters();
142  inline void clear_has_parameters();
143  inline void set_has_protocol_version();
144  inline void clear_has_protocol_version();
145 
146  ::google::protobuf::UnknownFieldSet _unknown_fields_;
147 
148  ::std::string* method_name_;
149  ::google::protobuf::uint32 id_;
150  ::google::protobuf::uint32 protocol_version_;
151  ::std::string* parameters_;
152 
153  mutable int _cached_size_;
154  ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
155 
159 
160  void InitAsDefaultInstance();
161  static Invocation* default_instance_;
162 };
163 // -------------------------------------------------------------------
164 
165 class Result : public ::google::protobuf::Message {
166  public:
167  Result();
168  virtual ~Result();
169 
170  Result(const Result& from);
171 
172  inline Result& operator=(const Result& from) {
173  CopyFrom(from);
174  return *this;
175  }
176 
177  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
178  return _unknown_fields_;
179  }
180 
181  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
182  return &_unknown_fields_;
183  }
184 
185  static const ::google::protobuf::Descriptor* descriptor();
186  static const Result& default_instance();
187 
188  void Swap(Result* other);
189 
190  // implements Message ----------------------------------------------
191 
192  Result* New() const;
193  void CopyFrom(const ::google::protobuf::Message& from);
194  void MergeFrom(const ::google::protobuf::Message& from);
195  void CopyFrom(const Result& from);
196  void MergeFrom(const Result& from);
197  void Clear();
198  bool IsInitialized() const;
199 
200  int ByteSize() const;
202  ::google::protobuf::io::CodedInputStream* input);
204  ::google::protobuf::io::CodedOutputStream* output) const;
205  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
206  int GetCachedSize() const { return _cached_size_; }
207  private:
208  void SharedCtor();
209  void SharedDtor();
210  void SetCachedSize(int size) const;
211  public:
212 
213  ::google::protobuf::Metadata GetMetadata() const;
214 
215  // nested types ----------------------------------------------------
216 
217  // accessors -------------------------------------------------------
218 
219  // optional uint32 id = 1;
220  inline bool has_id() const;
221  inline void clear_id();
222  static const int kIdFieldNumber = 1;
223  inline ::google::protobuf::uint32 id() const;
224  inline void set_id(::google::protobuf::uint32 value);
225 
226  // optional bytes response = 2;
227  inline bool has_response() const;
228  inline void clear_response();
229  static const int kResponseFieldNumber = 2;
230  inline const ::std::string& response() const;
231  inline void set_response(const ::std::string& value);
232  inline void set_response(const char* value);
233  inline void set_response(const void* value, size_t size);
234  inline ::std::string* mutable_response();
235  inline ::std::string* release_response();
236  inline void set_allocated_response(::std::string* response);
237 
238  // repeated bytes events = 3;
239  inline int events_size() const;
240  inline void clear_events();
241  static const int kEventsFieldNumber = 3;
242  inline const ::std::string& events(int index) const;
243  inline ::std::string* mutable_events(int index);
244  inline void set_events(int index, const ::std::string& value);
245  inline void set_events(int index, const char* value);
246  inline void set_events(int index, const void* value, size_t size);
247  inline ::std::string* add_events();
248  inline void add_events(const ::std::string& value);
249  inline void add_events(const char* value);
250  inline void add_events(const void* value, size_t size);
251  inline const ::google::protobuf::RepeatedPtrField< ::std::string>& events() const;
252  inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_events();
253 
254  // @@protoc_insertion_point(class_scope:mir.protobuf.wire.Result)
255  private:
256  inline void set_has_id();
257  inline void clear_has_id();
258  inline void set_has_response();
259  inline void clear_has_response();
260 
261  ::google::protobuf::UnknownFieldSet _unknown_fields_;
262 
263  ::std::string* response_;
264  ::google::protobuf::RepeatedPtrField< ::std::string> events_;
265  ::google::protobuf::uint32 id_;
266 
267  mutable int _cached_size_;
268  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
269 
273 
274  void InitAsDefaultInstance();
275  static Result* default_instance_;
276 };
277 // ===================================================================
278 
279 
280 // ===================================================================
281 
282 // Invocation
283 
284 // required uint32 id = 1;
285 inline bool Invocation::has_id() const {
286  return (_has_bits_[0] & 0x00000001u) != 0;
287 }
288 inline void Invocation::set_has_id() {
289  _has_bits_[0] |= 0x00000001u;
290 }
291 inline void Invocation::clear_has_id() {
292  _has_bits_[0] &= ~0x00000001u;
293 }
294 inline void Invocation::clear_id() {
295  id_ = 0u;
296  clear_has_id();
297 }
298 inline ::google::protobuf::uint32 Invocation::id() const {
299  return id_;
300 }
301 inline void Invocation::set_id(::google::protobuf::uint32 value) {
302  set_has_id();
303  id_ = value;
304 }
305 
306 // required string method_name = 2;
307 inline bool Invocation::has_method_name() const {
308  return (_has_bits_[0] & 0x00000002u) != 0;
309 }
310 inline void Invocation::set_has_method_name() {
311  _has_bits_[0] |= 0x00000002u;
312 }
313 inline void Invocation::clear_has_method_name() {
314  _has_bits_[0] &= ~0x00000002u;
315 }
317  if (method_name_ != &::google::protobuf::internal::kEmptyString) {
318  method_name_->clear();
319  }
320  clear_has_method_name();
321 }
322 inline const ::std::string& Invocation::method_name() const {
323  return *method_name_;
324 }
325 inline void Invocation::set_method_name(const ::std::string& value) {
326  set_has_method_name();
327  if (method_name_ == &::google::protobuf::internal::kEmptyString) {
328  method_name_ = new ::std::string;
329  }
330  method_name_->assign(value);
331 }
332 inline void Invocation::set_method_name(const char* value) {
333  set_has_method_name();
334  if (method_name_ == &::google::protobuf::internal::kEmptyString) {
335  method_name_ = new ::std::string;
336  }
337  method_name_->assign(value);
338 }
339 inline void Invocation::set_method_name(const char* value, size_t size) {
340  set_has_method_name();
341  if (method_name_ == &::google::protobuf::internal::kEmptyString) {
342  method_name_ = new ::std::string;
343  }
344  method_name_->assign(reinterpret_cast<const char*>(value), size);
345 }
346 inline ::std::string* Invocation::mutable_method_name() {
347  set_has_method_name();
348  if (method_name_ == &::google::protobuf::internal::kEmptyString) {
349  method_name_ = new ::std::string;
350  }
351  return method_name_;
352 }
353 inline ::std::string* Invocation::release_method_name() {
354  clear_has_method_name();
355  if (method_name_ == &::google::protobuf::internal::kEmptyString) {
356  return NULL;
357  } else {
358  ::std::string* temp = method_name_;
359  method_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
360  return temp;
361  }
362 }
363 inline void Invocation::set_allocated_method_name(::std::string* method_name) {
364  if (method_name_ != &::google::protobuf::internal::kEmptyString) {
365  delete method_name_;
366  }
367  if (method_name) {
368  set_has_method_name();
369  method_name_ = method_name;
370  } else {
371  clear_has_method_name();
372  method_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
373  }
374 }
375 
376 // required bytes parameters = 3;
377 inline bool Invocation::has_parameters() const {
378  return (_has_bits_[0] & 0x00000004u) != 0;
379 }
380 inline void Invocation::set_has_parameters() {
381  _has_bits_[0] |= 0x00000004u;
382 }
383 inline void Invocation::clear_has_parameters() {
384  _has_bits_[0] &= ~0x00000004u;
385 }
387  if (parameters_ != &::google::protobuf::internal::kEmptyString) {
388  parameters_->clear();
389  }
390  clear_has_parameters();
391 }
392 inline const ::std::string& Invocation::parameters() const {
393  return *parameters_;
394 }
395 inline void Invocation::set_parameters(const ::std::string& value) {
396  set_has_parameters();
397  if (parameters_ == &::google::protobuf::internal::kEmptyString) {
398  parameters_ = new ::std::string;
399  }
400  parameters_->assign(value);
401 }
402 inline void Invocation::set_parameters(const char* value) {
403  set_has_parameters();
404  if (parameters_ == &::google::protobuf::internal::kEmptyString) {
405  parameters_ = new ::std::string;
406  }
407  parameters_->assign(value);
408 }
409 inline void Invocation::set_parameters(const void* value, size_t size) {
410  set_has_parameters();
411  if (parameters_ == &::google::protobuf::internal::kEmptyString) {
412  parameters_ = new ::std::string;
413  }
414  parameters_->assign(reinterpret_cast<const char*>(value), size);
415 }
416 inline ::std::string* Invocation::mutable_parameters() {
417  set_has_parameters();
418  if (parameters_ == &::google::protobuf::internal::kEmptyString) {
419  parameters_ = new ::std::string;
420  }
421  return parameters_;
422 }
423 inline ::std::string* Invocation::release_parameters() {
424  clear_has_parameters();
425  if (parameters_ == &::google::protobuf::internal::kEmptyString) {
426  return NULL;
427  } else {
428  ::std::string* temp = parameters_;
429  parameters_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
430  return temp;
431  }
432 }
433 inline void Invocation::set_allocated_parameters(::std::string* parameters) {
434  if (parameters_ != &::google::protobuf::internal::kEmptyString) {
435  delete parameters_;
436  }
437  if (parameters) {
438  set_has_parameters();
439  parameters_ = parameters;
440  } else {
441  clear_has_parameters();
442  parameters_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
443  }
444 }
445 
446 // required uint32 protocol_version = 4;
447 inline bool Invocation::has_protocol_version() const {
448  return (_has_bits_[0] & 0x00000008u) != 0;
449 }
450 inline void Invocation::set_has_protocol_version() {
451  _has_bits_[0] |= 0x00000008u;
452 }
453 inline void Invocation::clear_has_protocol_version() {
454  _has_bits_[0] &= ~0x00000008u;
455 }
457  protocol_version_ = 0u;
458  clear_has_protocol_version();
459 }
460 inline ::google::protobuf::uint32 Invocation::protocol_version() const {
461  return protocol_version_;
462 }
463 inline void Invocation::set_protocol_version(::google::protobuf::uint32 value) {
464  set_has_protocol_version();
465  protocol_version_ = value;
466 }
467 
468 // -------------------------------------------------------------------
469 
470 // Result
471 
472 // optional uint32 id = 1;
473 inline bool Result::has_id() const {
474  return (_has_bits_[0] & 0x00000001u) != 0;
475 }
476 inline void Result::set_has_id() {
477  _has_bits_[0] |= 0x00000001u;
478 }
479 inline void Result::clear_has_id() {
480  _has_bits_[0] &= ~0x00000001u;
481 }
482 inline void Result::clear_id() {
483  id_ = 0u;
484  clear_has_id();
485 }
486 inline ::google::protobuf::uint32 Result::id() const {
487  return id_;
488 }
489 inline void Result::set_id(::google::protobuf::uint32 value) {
490  set_has_id();
491  id_ = value;
492 }
493 
494 // optional bytes response = 2;
495 inline bool Result::has_response() const {
496  return (_has_bits_[0] & 0x00000002u) != 0;
497 }
498 inline void Result::set_has_response() {
499  _has_bits_[0] |= 0x00000002u;
500 }
501 inline void Result::clear_has_response() {
502  _has_bits_[0] &= ~0x00000002u;
503 }
504 inline void Result::clear_response() {
505  if (response_ != &::google::protobuf::internal::kEmptyString) {
506  response_->clear();
507  }
508  clear_has_response();
509 }
510 inline const ::std::string& Result::response() const {
511  return *response_;
512 }
513 inline void Result::set_response(const ::std::string& value) {
514  set_has_response();
515  if (response_ == &::google::protobuf::internal::kEmptyString) {
516  response_ = new ::std::string;
517  }
518  response_->assign(value);
519 }
520 inline void Result::set_response(const char* value) {
521  set_has_response();
522  if (response_ == &::google::protobuf::internal::kEmptyString) {
523  response_ = new ::std::string;
524  }
525  response_->assign(value);
526 }
527 inline void Result::set_response(const void* value, size_t size) {
528  set_has_response();
529  if (response_ == &::google::protobuf::internal::kEmptyString) {
530  response_ = new ::std::string;
531  }
532  response_->assign(reinterpret_cast<const char*>(value), size);
533 }
534 inline ::std::string* Result::mutable_response() {
535  set_has_response();
536  if (response_ == &::google::protobuf::internal::kEmptyString) {
537  response_ = new ::std::string;
538  }
539  return response_;
540 }
541 inline ::std::string* Result::release_response() {
542  clear_has_response();
543  if (response_ == &::google::protobuf::internal::kEmptyString) {
544  return NULL;
545  } else {
546  ::std::string* temp = response_;
547  response_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
548  return temp;
549  }
550 }
551 inline void Result::set_allocated_response(::std::string* response) {
552  if (response_ != &::google::protobuf::internal::kEmptyString) {
553  delete response_;
554  }
555  if (response) {
556  set_has_response();
557  response_ = response;
558  } else {
559  clear_has_response();
560  response_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
561  }
562 }
563 
564 // repeated bytes events = 3;
565 inline int Result::events_size() const {
566  return events_.size();
567 }
568 inline void Result::clear_events() {
569  events_.Clear();
570 }
571 inline const ::std::string& Result::events(int index) const {
572  return events_.Get(index);
573 }
574 inline ::std::string* Result::mutable_events(int index) {
575  return events_.Mutable(index);
576 }
577 inline void Result::set_events(int index, const ::std::string& value) {
578  events_.Mutable(index)->assign(value);
579 }
580 inline void Result::set_events(int index, const char* value) {
581  events_.Mutable(index)->assign(value);
582 }
583 inline void Result::set_events(int index, const void* value, size_t size) {
584  events_.Mutable(index)->assign(
585  reinterpret_cast<const char*>(value), size);
586 }
587 inline ::std::string* Result::add_events() {
588  return events_.Add();
589 }
590 inline void Result::add_events(const ::std::string& value) {
591  events_.Add()->assign(value);
592 }
593 inline void Result::add_events(const char* value) {
594  events_.Add()->assign(value);
595 }
596 inline void Result::add_events(const void* value, size_t size) {
597  events_.Add()->assign(reinterpret_cast<const char*>(value), size);
598 }
599 inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
600 Result::events() const {
601  return events_;
602 }
603 inline ::google::protobuf::RepeatedPtrField< ::std::string>*
605  return &events_;
606 }
607 
608 
609 // @@protoc_insertion_point(namespace_scope)
610 
611 } // namespace wire
612 } // namespace protobuf
613 } // namespace mir
614 
615 #ifndef SWIG
616 namespace google {
617 namespace protobuf {
618 
619 
620 } // namespace google
621 } // namespace protobuf
622 #endif // SWIG
623 
624 // @@protoc_insertion_point(global_scope)
625 
626 #endif // PROTOBUF_mir_5fprotobuf_5fwire_2eproto__INCLUDED
static const int kEventsFieldNumber
Definition: mir_protobuf_wire.pb.h:241
void set_allocated_response(::std::string *response)
Definition: mir_protobuf_wire.pb.h:551
static const int kProtocolVersionFieldNumber
Definition: mir_protobuf_wire.pb.h:131
All things Mir.
Definition: aging_buffer.h:24
void clear_id()
Definition: mir_protobuf_wire.pb.h:294
Definition: mir_protobuf_wire.pb.h:43
void protobuf_AssignDesc_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:35
void clear_parameters()
Definition: mir_protobuf_wire.pb.h:386
friend void protobuf_ShutdownFile_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:96
static const int kIdFieldNumber
Definition: mir_protobuf_wire.pb.h:222
inline::std::string * release_method_name()
Definition: mir_protobuf_wire.pb.h:353
Invocation()
Definition: mir_protobuf_wire.pb.cc:140
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
Definition: mir_protobuf_wire.pb.cc:561
void set_allocated_parameters(::std::string *parameters)
Definition: mir_protobuf_wire.pb.h:433
static const ::google::protobuf::Descriptor * descriptor()
Definition: mir_protobuf_wire.pb.cc:183
static const int kParametersFieldNumber
Definition: mir_protobuf_wire.pb.h:119
void set_parameters(const ::std::string &value)
Definition: mir_protobuf_wire.pb.h:395
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: mir_protobuf_wire.pb.h:177
void clear_protocol_version()
Definition: mir_protobuf_wire.pb.h:456
friend void protobuf_AssignDesc_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:35
inline::std::string * release_parameters()
Definition: mir_protobuf_wire.pb.h:423
void CopyFrom(const ::google::protobuf::Message &from)
Definition: mir_protobuf_wire.pb.cc:742
static const Result & default_instance()
Definition: mir_protobuf_wire.pb.cc:536
static const ::google::protobuf::Descriptor * descriptor()
Definition: mir_protobuf_wire.pb.cc:531
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
Definition: mir_protobuf_wire.pb.cc:302
inline::std::string * mutable_parameters()
Definition: mir_protobuf_wire.pb.h:416
const ::std::string & response() const
Definition: mir_protobuf_wire.pb.h:510
void MergeFrom(const ::google::protobuf::Message &from)
Definition: mir_protobuf_wire.pb.cc:415
bool IsInitialized() const
Definition: mir_protobuf_wire.pb.cc:754
int ByteSize() const
Definition: mir_protobuf_wire.pb.cc:679
::google::protobuf::Metadata GetMetadata() const
Definition: mir_protobuf_wire.pb.cc:476
void clear_events()
Definition: mir_protobuf_wire.pb.h:568
friend void protobuf_AddDesc_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:103
int GetCachedSize() const
Definition: mir_protobuf_wire.pb.h:84
bool IsInitialized() const
Definition: mir_protobuf_wire.pb.cc:458
Invocation * New() const
Definition: mir_protobuf_wire.pb.cc:195
inline::google::protobuf::uint32 protocol_version() const
Definition: mir_protobuf_wire.pb.h:460
int ByteSize() const
Definition: mir_protobuf_wire.pb.cc:371
bool has_protocol_version() const
Definition: mir_protobuf_wire.pb.h:447
void Swap(Invocation *other)
Definition: mir_protobuf_wire.pb.cc:464
bool has_method_name() const
Definition: mir_protobuf_wire.pb.h:307
int GetCachedSize() const
Definition: mir_protobuf_wire.pb.h:206
const ::google::protobuf::RepeatedPtrField< ::std::string > & events() const
Definition: mir_protobuf_wire.pb.h:600
static const int kIdFieldNumber
Definition: mir_protobuf_wire.pb.h:100
const ::std::string & parameters() const
Definition: mir_protobuf_wire.pb.h:392
bool has_parameters() const
Definition: mir_protobuf_wire.pb.h:377
bool has_id() const
Definition: mir_protobuf_wire.pb.h:473
inline::std::string * mutable_method_name()
Definition: mir_protobuf_wire.pb.h:346
void set_protocol_version(::google::protobuf::uint32 value)
Definition: mir_protobuf_wire.pb.h:463
output(other.output)
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: mir_protobuf_wire.pb.cc:335
void CopyFrom(const ::google::protobuf::Message &from)
Definition: mir_protobuf_wire.pb.cc:446
void set_id(::google::protobuf::uint32 value)
Definition: mir_protobuf_wire.pb.h:301
void clear_method_name()
Definition: mir_protobuf_wire.pb.h:316
static const Invocation & default_instance()
Definition: mir_protobuf_wire.pb.cc:188
inline::std::string * mutable_response()
Definition: mir_protobuf_wire.pb.h:534
friend void protobuf_AddDesc_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:103
void clear_response()
Definition: mir_protobuf_wire.pb.h:504
inline::std::string * add_events()
Definition: mir_protobuf_wire.pb.h:587
virtual ~Result()
Definition: mir_protobuf_wire.pb.cc:514
virtual ~Invocation()
Definition: mir_protobuf_wire.pb.cc:163
static const int kMethodNameFieldNumber
Definition: mir_protobuf_wire.pb.h:107
int events_size() const
Definition: mir_protobuf_wire.pb.h:565
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
Definition: mir_protobuf_wire.pb.cc:652
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
Definition: mir_protobuf_wire.pb.cc:627
void Clear()
Definition: mir_protobuf_wire.pb.cc:199
void MergeFrom(const ::google::protobuf::Message &from)
Definition: mir_protobuf_wire.pb.cc:716
Result * New() const
Definition: mir_protobuf_wire.pb.cc:543
void protobuf_ShutdownFile_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:96
inline::std::string * release_response()
Definition: mir_protobuf_wire.pb.h:541
bool has_response() const
Definition: mir_protobuf_wire.pb.h:495
void Clear()
Definition: mir_protobuf_wire.pb.cc:547
inline::google::protobuf::RepeatedPtrField< ::std::string > * mutable_events()
Definition: mir_protobuf_wire.pb.h:604
void set_id(::google::protobuf::uint32 value)
Definition: mir_protobuf_wire.pb.h:489
Definition: mir_protobuf_wire.pb.h:165
::google::protobuf::Metadata GetMetadata() const
Definition: mir_protobuf_wire.pb.cc:770
static const int kResponseFieldNumber
Definition: mir_protobuf_wire.pb.h:229
bool has_id() const
Definition: mir_protobuf_wire.pb.h:285
void clear_id()
Definition: mir_protobuf_wire.pb.h:482
void set_response(const ::std::string &value)
Definition: mir_protobuf_wire.pb.h:513
void set_method_name(const ::std::string &value)
Definition: mir_protobuf_wire.pb.h:325
friend void protobuf_ShutdownFile_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:96
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: mir_protobuf_wire.pb.h:55
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: mir_protobuf_wire.pb.h:181
Definition: connection_configuration.h:24
inline::google::protobuf::uint32 id() const
Definition: mir_protobuf_wire.pb.h:298
void protobuf_AddDesc_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:103
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: mir_protobuf_wire.pb.h:59
void set_allocated_method_name(::std::string *method_name)
Definition: mir_protobuf_wire.pb.h:363
Invocation & operator=(const Invocation &from)
Definition: mir_protobuf_wire.pb.h:50
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
Definition: mir_protobuf_wire.pb.cc:218
friend void protobuf_AssignDesc_mir_5fprotobuf_5fwire_2eproto()
Definition: mir_protobuf_wire.pb.cc:35
inline::google::protobuf::uint32 id() const
Definition: mir_protobuf_wire.pb.h:486
int const size
Definition: make_socket_rpc_channel.cpp:51
Result & operator=(const Result &from)
Definition: mir_protobuf_wire.pb.h:172
void Swap(Result *other)
Definition: mir_protobuf_wire.pb.cc:759
void set_events(int index, const ::std::string &value)
Definition: mir_protobuf_wire.pb.h:577
Result()
Definition: mir_protobuf_wire.pb.cc:493
const ::std::string & method_name() const
Definition: mir_protobuf_wire.pb.h:322

Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014