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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthDisableResponse:
Collaboration diagram for etcdserverpb::AuthDisableResponse:

Public Member Functions

 AuthDisableResponse ()
 
virtual ~AuthDisableResponse ()
 
 AuthDisableResponse (const AuthDisableResponse &from)
 
AuthDisableResponseoperator= (const AuthDisableResponse &from)
 
void Swap (AuthDisableResponse *other)
 
AuthDisableResponseNew () const PROTOBUF_FINAL
 
AuthDisableResponseNew (::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 AuthDisableResponse &from)
 
void MergeFrom (const AuthDisableResponse &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 AuthDisableResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthDisableResponseinternal_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 (AuthDisableResponse *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsAuthDisableResponseImpl ()
 

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthDisableResponse::AuthDisableResponse ( )

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

Here is the call graph for this function:

etcdserverpb::AuthDisableResponse::~AuthDisableResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthDisableResponse::AuthDisableResponse ( const AuthDisableResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthDisableResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthDisableResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthDisableResponse::clear_header ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthDisableResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthDisableResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthDisableResponse::SharedCtor ( )
private

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

void etcdserverpb::AuthDisableResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthDisableResponse::Swap ( AuthDisableResponse other)

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

Here is the call graph for this function:

etcdserverpb::AuthDisableResponse::void::protobuf_rpc_2eproto::InitDefaultsAuthDisableResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthDisableResponse a,
AuthDisableResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthDisableResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::AuthDisableResponse::header_
private

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthDisableResponse::kIndexInFileMessages
static
Initial value:
=
61

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


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