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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthRoleAddResponse:
Collaboration diagram for etcdserverpb::AuthRoleAddResponse:

Public Member Functions

 AuthRoleAddResponse ()
 
virtual ~AuthRoleAddResponse ()
 
 AuthRoleAddResponse (const AuthRoleAddResponse &from)
 
AuthRoleAddResponseoperator= (const AuthRoleAddResponse &from)
 
void Swap (AuthRoleAddResponse *other)
 
AuthRoleAddResponseNew () const PROTOBUF_FINAL
 
AuthRoleAddResponseNew (::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 AuthRoleAddResponse &from)
 
void MergeFrom (const AuthRoleAddResponse &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 AuthRoleAddResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthRoleAddResponseinternal_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 (AuthRoleAddResponse *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsAuthRoleAddResponseImpl ()
 

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthRoleAddResponse::AuthRoleAddResponse ( )

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

Here is the call graph for this function:

etcdserverpb::AuthRoleAddResponse::~AuthRoleAddResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthRoleAddResponse::AuthRoleAddResponse ( const AuthRoleAddResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthRoleAddResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleAddResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleAddResponse::clear_header ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthRoleAddResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthRoleAddResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthRoleAddResponse::SharedCtor ( )
private

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

void etcdserverpb::AuthRoleAddResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleAddResponse::Swap ( AuthRoleAddResponse other)

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

Here is the call graph for this function:

etcdserverpb::AuthRoleAddResponse::void::protobuf_rpc_2eproto::InitDefaultsAuthRoleAddResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthRoleAddResponse a,
AuthRoleAddResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthRoleAddResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::AuthRoleAddResponse::header_
private

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthRoleAddResponse::kIndexInFileMessages
static
Initial value:
=
69

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


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