OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
etcdserverpb::WatchCancelRequest Class Reference

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::WatchCancelRequest:
Collaboration diagram for etcdserverpb::WatchCancelRequest:

Public Member Functions

 WatchCancelRequest ()
 
virtual ~WatchCancelRequest ()
 
 WatchCancelRequest (const WatchCancelRequest &from)
 
WatchCancelRequestoperator= (const WatchCancelRequest &from)
 
void Swap (WatchCancelRequest *other)
 
WatchCancelRequestNew () const PROTOBUF_FINAL
 
WatchCancelRequestNew (::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 WatchCancelRequest &from)
 
void MergeFrom (const WatchCancelRequest &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
 
::google::protobuf::Metadata GetMetadata () const PROTOBUF_FINAL
 
void clear_watch_id ()
 
::google::protobuf::int64 watch_id () const
 
void set_watch_id (::google::protobuf::int64 value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const WatchCancelRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const WatchCancelRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kWatchIdFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const PROTOBUF_FINAL
 
void InternalSwap (WatchCancelRequest *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsWatchCancelRequestImpl ()
 

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::int64 watch_id_
 
int _cached_size_
 

Friends

struct ::protobuf_rpc_2eproto::TableStruct
 
void swap (WatchCancelRequest &a, WatchCancelRequest &b)
 

Detailed Description

Definition at line 3369 of file rpc.pb.h.

Constructor & Destructor Documentation

etcdserverpb::WatchCancelRequest::WatchCancelRequest ( )

Definition at line 10226 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::WatchCancelRequest::~WatchCancelRequest ( )
virtual

Definition at line 10248 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::WatchCancelRequest::WatchCancelRequest ( const WatchCancelRequest from)

Definition at line 10234 of file rpc.pb.cc.

Member Function Documentation

size_t etcdserverpb::WatchCancelRequest::ByteSizeLong ( ) const

Definition at line 10371 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::WatchCancelRequest::Clear ( )

Definition at line 10279 of file rpc.pb.cc.

void etcdserverpb::WatchCancelRequest::clear_watch_id ( )
inline

Definition at line 11706 of file rpc.pb.h.

void etcdserverpb::WatchCancelRequest::CopyFrom ( const ::google::protobuf::Message &  from)

Definition at line 10421 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::WatchCancelRequest::CopyFrom ( const WatchCancelRequest from)

Definition at line 10428 of file rpc.pb.cc.

Here is the call graph for this function:

const WatchCancelRequest & etcdserverpb::WatchCancelRequest::default_instance ( )
static

Definition at line 10266 of file rpc.pb.cc.

Here is the call graph for this function:

const ::google::protobuf::Descriptor * etcdserverpb::WatchCancelRequest::descriptor ( )
static

Definition at line 10261 of file rpc.pb.cc.

Here is the call graph for this function:

inline ::google::protobuf::Arena* etcdserverpb::WatchCancelRequest::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 3437 of file rpc.pb.h.

int etcdserverpb::WatchCancelRequest::GetCachedSize ( ) const
inline

Definition at line 3430 of file rpc.pb.h.

google::protobuf::Metadata etcdserverpb::WatchCancelRequest::GetMetadata ( ) const

Definition at line 10450 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::WatchCancelRequest::InitAsDefaultInstance ( )
static

Definition at line 10220 of file rpc.pb.cc.

static const WatchCancelRequest* etcdserverpb::WatchCancelRequest::internal_default_instance ( )
inlinestatic

Definition at line 3399 of file rpc.pb.h.

google::protobuf::uint8 * etcdserverpb::WatchCancelRequest::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const

Definition at line 10351 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::WatchCancelRequest::InternalSwap ( WatchCancelRequest other)
private

Definition at line 10443 of file rpc.pb.cc.

bool etcdserverpb::WatchCancelRequest::IsInitialized ( ) const

Definition at line 10435 of file rpc.pb.cc.

void* etcdserverpb::WatchCancelRequest::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 3440 of file rpc.pb.h.

void etcdserverpb::WatchCancelRequest::MergeFrom ( const ::google::protobuf::Message &  from)

Definition at line 10394 of file rpc.pb.cc.

void etcdserverpb::WatchCancelRequest::MergeFrom ( const WatchCancelRequest from)

Definition at line 10409 of file rpc.pb.cc.

Here is the call graph for this function:

bool etcdserverpb::WatchCancelRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

Definition at line 10289 of file rpc.pb.cc.

Here is the call graph for this function:

WatchCancelRequest* etcdserverpb::WatchCancelRequest::New ( ) const
inline

Definition at line 3413 of file rpc.pb.h.

Here is the call graph for this function:

WatchCancelRequest * etcdserverpb::WatchCancelRequest::New ( ::google::protobuf::Arena *  arena) const

Definition at line 10271 of file rpc.pb.cc.

Here is the call graph for this function:

WatchCancelRequest& etcdserverpb::WatchCancelRequest::operator= ( const WatchCancelRequest from)
inline

Definition at line 3376 of file rpc.pb.h.

Here is the call graph for this function:

void etcdserverpb::WatchCancelRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

Definition at line 10333 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::WatchCancelRequest::set_watch_id ( ::google::protobuf::int64  value)
inline

Definition at line 11713 of file rpc.pb.h.

void etcdserverpb::WatchCancelRequest::SetCachedSize ( int  size) const
private

Definition at line 10256 of file rpc.pb.cc.

void etcdserverpb::WatchCancelRequest::SharedCtor ( )
private

Definition at line 10243 of file rpc.pb.cc.

void etcdserverpb::WatchCancelRequest::SharedDtor ( )
private

Definition at line 10253 of file rpc.pb.cc.

void etcdserverpb::WatchCancelRequest::Swap ( WatchCancelRequest other)

Definition at line 10439 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::WatchCancelRequest::void::protobuf_rpc_2eproto::InitDefaultsWatchCancelRequestImpl ( )
private
google::protobuf::int64 etcdserverpb::WatchCancelRequest::watch_id ( ) const
inline

Definition at line 11709 of file rpc.pb.h.

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

Definition at line 3463 of file rpc.pb.h.

void swap ( WatchCancelRequest a,
WatchCancelRequest b 
)
friend

Definition at line 3407 of file rpc.pb.h.

Member Data Documentation

int etcdserverpb::WatchCancelRequest::_cached_size_
mutableprivate

Definition at line 3462 of file rpc.pb.h.

::google::protobuf::internal::InternalMetadataWithArena etcdserverpb::WatchCancelRequest::_internal_metadata_
private

Definition at line 3460 of file rpc.pb.h.

PROTOBUF_CONSTEXPR int const etcdserverpb::WatchCancelRequest::kIndexInFileMessages
static
Initial value:
=
20

Definition at line 3403 of file rpc.pb.h.

const int etcdserverpb::WatchCancelRequest::kWatchIdFieldNumber = 1
static

Definition at line 3453 of file rpc.pb.h.

::google::protobuf::int64 etcdserverpb::WatchCancelRequest::watch_id_
private

Definition at line 3461 of file rpc.pb.h.


The documentation for this class was generated from the following files: