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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::DefragmentResponse:
Collaboration diagram for etcdserverpb::DefragmentResponse:

Public Member Functions

 DefragmentResponse ()
 
virtual ~DefragmentResponse ()
 
 DefragmentResponse (const DefragmentResponse &from)
 
DefragmentResponseoperator= (const DefragmentResponse &from)
 
void Swap (DefragmentResponse *other)
 
DefragmentResponseNew () const PROTOBUF_FINAL
 
DefragmentResponseNew (::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 DefragmentResponse &from)
 
void MergeFrom (const DefragmentResponse &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)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const DefragmentResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const DefragmentResponseinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kHeaderFieldNumber = 1
 

Private Member Functions

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

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::DefragmentResponse::DefragmentResponse ( )

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

Here is the call graph for this function:

etcdserverpb::DefragmentResponse::~DefragmentResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::DefragmentResponse::DefragmentResponse ( const DefragmentResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::DefragmentResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::DefragmentResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::DefragmentResponse::clear_header ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::DefragmentResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::DefragmentResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::DefragmentResponse::SharedCtor ( )
private

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

void etcdserverpb::DefragmentResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::DefragmentResponse::Swap ( DefragmentResponse other)

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

Here is the call graph for this function:

etcdserverpb::DefragmentResponse::void::protobuf_rpc_2eproto::InitDefaultsDefragmentResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( DefragmentResponse a,
DefragmentResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::DefragmentResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::DefragmentResponse::header_
private

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::DefragmentResponse::kIndexInFileMessages
static
Initial value:
=
38

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


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