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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::LeaseKeepAliveRequest:
Collaboration diagram for etcdserverpb::LeaseKeepAliveRequest:

Public Member Functions

 LeaseKeepAliveRequest ()
 
virtual ~LeaseKeepAliveRequest ()
 
 LeaseKeepAliveRequest (const LeaseKeepAliveRequest &from)
 
LeaseKeepAliveRequestoperator= (const LeaseKeepAliveRequest &from)
 
void Swap (LeaseKeepAliveRequest *other)
 
LeaseKeepAliveRequestNew () const PROTOBUF_FINAL
 
LeaseKeepAliveRequestNew (::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 LeaseKeepAliveRequest &from)
 
void MergeFrom (const LeaseKeepAliveRequest &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_id ()
 
::google::protobuf::int64 id () const
 
void set_id (::google::protobuf::int64 value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const
LeaseKeepAliveRequest
default_instance ()
 
static void InitAsDefaultInstance ()
 
static const
LeaseKeepAliveRequest
internal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kIDFieldNumber = 1
 

Private Member Functions

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

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::LeaseKeepAliveRequest::LeaseKeepAliveRequest ( )

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

Here is the call graph for this function:

etcdserverpb::LeaseKeepAliveRequest::~LeaseKeepAliveRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::LeaseKeepAliveRequest::LeaseKeepAliveRequest ( const LeaseKeepAliveRequest from)

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

Member Function Documentation

size_t etcdserverpb::LeaseKeepAliveRequest::ByteSizeLong ( ) const

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

void etcdserverpb::LeaseKeepAliveRequest::Clear ( )

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

void etcdserverpb::LeaseKeepAliveRequest::clear_id ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

google::protobuf::int64 etcdserverpb::LeaseKeepAliveRequest::id ( ) const
inline

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

void etcdserverpb::LeaseKeepAliveRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

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

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

bool etcdserverpb::LeaseKeepAliveRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::LeaseKeepAliveRequest::set_id ( ::google::protobuf::int64  value)
inline

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

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

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

void etcdserverpb::LeaseKeepAliveRequest::SharedCtor ( )
private

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

void etcdserverpb::LeaseKeepAliveRequest::SharedDtor ( )
private

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

void etcdserverpb::LeaseKeepAliveRequest::Swap ( LeaseKeepAliveRequest other)

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

Here is the call graph for this function:

etcdserverpb::LeaseKeepAliveRequest::void::protobuf_rpc_2eproto::InitDefaultsLeaseKeepAliveRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( LeaseKeepAliveRequest a,
LeaseKeepAliveRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::LeaseKeepAliveRequest::_cached_size_
mutableprivate

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

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

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

::google::protobuf::int64 etcdserverpb::LeaseKeepAliveRequest::id_
private

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

const int etcdserverpb::LeaseKeepAliveRequest::kIDFieldNumber = 1
static

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

PROTOBUF_CONSTEXPR int const etcdserverpb::LeaseKeepAliveRequest::kIndexInFileMessages
static
Initial value:
=
26

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


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