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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::HashResponse:
Collaboration diagram for etcdserverpb::HashResponse:

Public Member Functions

 HashResponse ()
 
virtual ~HashResponse ()
 
 HashResponse (const HashResponse &from)
 
HashResponseoperator= (const HashResponse &from)
 
void Swap (HashResponse *other)
 
HashResponseNew () const PROTOBUF_FINAL
 
HashResponseNew (::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 HashResponse &from)
 
void MergeFrom (const HashResponse &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
 
bool has_header () const
 
void clear_header ()
 
const
::etcdserverpb::ResponseHeader
header () const
 
::etcdserverpb::ResponseHeaderrelease_header ()
 
::etcdserverpb::ResponseHeadermutable_header ()
 
void set_allocated_header (::etcdserverpb::ResponseHeader *header)
 
void clear_hash ()
 
::google::protobuf::uint32 hash () const
 
void set_hash (::google::protobuf::uint32 value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const HashResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const HashResponseinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kHeaderFieldNumber = 1
 
static const int kHashFieldNumber = 2
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::etcdserverpb::ResponseHeaderheader_
 
::google::protobuf::uint32 hash_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::HashResponse::HashResponse ( )

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

Here is the call graph for this function:

etcdserverpb::HashResponse::~HashResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::HashResponse::HashResponse ( const HashResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::HashResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::HashResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::HashResponse::clear_hash ( )
inline

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

void etcdserverpb::HashResponse::clear_header ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

bool etcdserverpb::HashResponse::has_header ( ) const
inline

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

Here is the call graph for this function:

google::protobuf::uint32 etcdserverpb::HashResponse::hash ( ) const
inline

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

const ::etcdserverpb::ResponseHeader & etcdserverpb::HashResponse::header ( ) const
inline

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

void etcdserverpb::HashResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::HashResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

etcdserverpb::ResponseHeader * etcdserverpb::HashResponse::mutable_header ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

etcdserverpb::ResponseHeader * etcdserverpb::HashResponse::release_header ( )
inline

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

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

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

Here is the call graph for this function:

void etcdserverpb::HashResponse::set_allocated_header ( ::etcdserverpb::ResponseHeader header)
inline

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

Here is the call graph for this function:

void etcdserverpb::HashResponse::set_hash ( ::google::protobuf::uint32  value)
inline

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

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

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

void etcdserverpb::HashResponse::SharedCtor ( )
private

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

void etcdserverpb::HashResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::HashResponse::Swap ( HashResponse other)

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

Here is the call graph for this function:

etcdserverpb::HashResponse::void::protobuf_rpc_2eproto::InitDefaultsHashResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( HashResponse a,
HashResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::HashResponse::_cached_size_
mutableprivate

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

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

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

::google::protobuf::uint32 etcdserverpb::HashResponse::hash_
private

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

::etcdserverpb::ResponseHeader* etcdserverpb::HashResponse::header_
private

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

const int etcdserverpb::HashResponse::kHashFieldNumber = 2
static

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

const int etcdserverpb::HashResponse::kHeaderFieldNumber = 1
static

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

PROTOBUF_CONSTEXPR int const etcdserverpb::HashResponse::kIndexInFileMessages
static
Initial value:
=
15

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


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