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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthUserChangePasswordResponse:
Collaboration diagram for etcdserverpb::AuthUserChangePasswordResponse:

Public Member Functions

 AuthUserChangePasswordResponse ()
 
virtual ~AuthUserChangePasswordResponse ()
 
 AuthUserChangePasswordResponse (const AuthUserChangePasswordResponse &from)
 
AuthUserChangePasswordResponseoperator= (const AuthUserChangePasswordResponse &from)
 
void Swap (AuthUserChangePasswordResponse *other)
 
AuthUserChangePasswordResponseNew () const PROTOBUF_FINAL
 
AuthUserChangePasswordResponseNew (::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 AuthUserChangePasswordResponse &from)
 
void MergeFrom (const AuthUserChangePasswordResponse &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
AuthUserChangePasswordResponse
default_instance ()
 
static void InitAsDefaultInstance ()
 
static const
AuthUserChangePasswordResponse
internal_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 (AuthUserChangePasswordResponse *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsAuthUserChangePasswordResponseImpl ()
 

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthUserChangePasswordResponse::AuthUserChangePasswordResponse ( )

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

Here is the call graph for this function:

etcdserverpb::AuthUserChangePasswordResponse::~AuthUserChangePasswordResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthUserChangePasswordResponse::AuthUserChangePasswordResponse ( const AuthUserChangePasswordResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthUserChangePasswordResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthUserChangePasswordResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthUserChangePasswordResponse::clear_header ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthUserChangePasswordResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthUserChangePasswordResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthUserChangePasswordResponse::SharedCtor ( )
private

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

void etcdserverpb::AuthUserChangePasswordResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthUserChangePasswordResponse::Swap ( AuthUserChangePasswordResponse other)

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

Here is the call graph for this function:

etcdserverpb::AuthUserChangePasswordResponse::void::protobuf_rpc_2eproto::InitDefaultsAuthUserChangePasswordResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

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

Member Data Documentation

int etcdserverpb::AuthUserChangePasswordResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::AuthUserChangePasswordResponse::header_
private

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthUserChangePasswordResponse::kIndexInFileMessages
static
Initial value:
=
66

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


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