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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthEnableResponse:
Collaboration diagram for etcdserverpb::AuthEnableResponse:

Public Member Functions

 AuthEnableResponse ()
 
virtual ~AuthEnableResponse ()
 
 AuthEnableResponse (const AuthEnableResponse &from)
 
AuthEnableResponseoperator= (const AuthEnableResponse &from)
 
void Swap (AuthEnableResponse *other)
 
AuthEnableResponseNew () const PROTOBUF_FINAL
 
AuthEnableResponseNew (::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 AuthEnableResponse &from)
 
void MergeFrom (const AuthEnableResponse &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 AuthEnableResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthEnableResponseinternal_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 (AuthEnableResponse *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsAuthEnableResponseImpl ()
 

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthEnableResponse::AuthEnableResponse ( )

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

Here is the call graph for this function:

etcdserverpb::AuthEnableResponse::~AuthEnableResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthEnableResponse::AuthEnableResponse ( const AuthEnableResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthEnableResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthEnableResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthEnableResponse::clear_header ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthEnableResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthEnableResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthEnableResponse::SharedCtor ( )
private

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

void etcdserverpb::AuthEnableResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthEnableResponse::Swap ( AuthEnableResponse other)

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

Here is the call graph for this function:

etcdserverpb::AuthEnableResponse::void::protobuf_rpc_2eproto::InitDefaultsAuthEnableResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthEnableResponse a,
AuthEnableResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthEnableResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::AuthEnableResponse::header_
private

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthEnableResponse::kIndexInFileMessages
static
Initial value:
=
60

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


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