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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthUserAddResponse:
Collaboration diagram for etcdserverpb::AuthUserAddResponse:

Public Member Functions

 AuthUserAddResponse ()
 
virtual ~AuthUserAddResponse ()
 
 AuthUserAddResponse (const AuthUserAddResponse &from)
 
AuthUserAddResponseoperator= (const AuthUserAddResponse &from)
 
void Swap (AuthUserAddResponse *other)
 
AuthUserAddResponseNew () const PROTOBUF_FINAL
 
AuthUserAddResponseNew (::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 AuthUserAddResponse &from)
 
void MergeFrom (const AuthUserAddResponse &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 AuthUserAddResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthUserAddResponseinternal_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 (AuthUserAddResponse *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsAuthUserAddResponseImpl ()
 

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthUserAddResponse::AuthUserAddResponse ( )

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

Here is the call graph for this function:

etcdserverpb::AuthUserAddResponse::~AuthUserAddResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthUserAddResponse::AuthUserAddResponse ( const AuthUserAddResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthUserAddResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthUserAddResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthUserAddResponse::clear_header ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthUserAddResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthUserAddResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthUserAddResponse::SharedCtor ( )
private

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

void etcdserverpb::AuthUserAddResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthUserAddResponse::Swap ( AuthUserAddResponse other)

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

Here is the call graph for this function:

etcdserverpb::AuthUserAddResponse::void::protobuf_rpc_2eproto::InitDefaultsAuthUserAddResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthUserAddResponse a,
AuthUserAddResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthUserAddResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::AuthUserAddResponse::header_
private

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthUserAddResponse::kIndexInFileMessages
static
Initial value:
=
63

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


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