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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::HashRequest:
Collaboration diagram for etcdserverpb::HashRequest:

Public Member Functions

 HashRequest ()
 
virtual ~HashRequest ()
 
 HashRequest (const HashRequest &from)
 
HashRequestoperator= (const HashRequest &from)
 
void Swap (HashRequest *other)
 
HashRequestNew () const PROTOBUF_FINAL
 
HashRequestNew (::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 HashRequest &from)
 
void MergeFrom (const HashRequest &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
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const HashRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const HashRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 

Private Member Functions

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

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::HashRequest::HashRequest ( )

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

Here is the call graph for this function:

etcdserverpb::HashRequest::~HashRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::HashRequest::HashRequest ( const HashRequest from)

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

Member Function Documentation

size_t etcdserverpb::HashRequest::ByteSizeLong ( ) const

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

void etcdserverpb::HashRequest::Clear ( )

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

void etcdserverpb::HashRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

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

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

bool etcdserverpb::HashRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

void etcdserverpb::HashRequest::SharedCtor ( )
private

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

void etcdserverpb::HashRequest::SharedDtor ( )
private

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

void etcdserverpb::HashRequest::Swap ( HashRequest other)

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

Here is the call graph for this function:

etcdserverpb::HashRequest::void::protobuf_rpc_2eproto::InitDefaultsHashRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( HashRequest a,
HashRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::HashRequest::_cached_size_
mutableprivate

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::HashRequest::kIndexInFileMessages
static
Initial value:
=
14

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


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