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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::TxnRequest:
Collaboration diagram for etcdserverpb::TxnRequest:

Public Member Functions

 TxnRequest ()
 
virtual ~TxnRequest ()
 
 TxnRequest (const TxnRequest &from)
 
TxnRequestoperator= (const TxnRequest &from)
 
void Swap (TxnRequest *other)
 
TxnRequestNew () const PROTOBUF_FINAL
 
TxnRequestNew (::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 TxnRequest &from)
 
void MergeFrom (const TxnRequest &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
 
int compare_size () const
 
void clear_compare ()
 
const ::etcdserverpb::Comparecompare (int index) const
 
::etcdserverpb::Comparemutable_compare (int index)
 
::etcdserverpb::Compareadd_compare ()
 
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::Compare > * 
mutable_compare ()
 
const
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::Compare > & 
compare () const
 
int success_size () const
 
void clear_success ()
 
const ::etcdserverpb::RequestOpsuccess (int index) const
 
::etcdserverpb::RequestOpmutable_success (int index)
 
::etcdserverpb::RequestOpadd_success ()
 
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::RequestOp > * 
mutable_success ()
 
const
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::RequestOp > & 
success () const
 
int failure_size () const
 
void clear_failure ()
 
const ::etcdserverpb::RequestOpfailure (int index) const
 
::etcdserverpb::RequestOpmutable_failure (int index)
 
::etcdserverpb::RequestOpadd_failure ()
 
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::RequestOp > * 
mutable_failure ()
 
const
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::RequestOp > & 
failure () const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const TxnRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const TxnRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kCompareFieldNumber = 1
 
static const int kSuccessFieldNumber = 2
 
static const int kFailureFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const PROTOBUF_FINAL
 
void InternalSwap (TxnRequest *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsTxnRequestImpl ()
 

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::Compare
compare_
 
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::RequestOp
success_
 
::google::protobuf::RepeatedPtrField
< ::etcdserverpb::RequestOp
failure_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::TxnRequest::TxnRequest ( )

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

Here is the call graph for this function:

etcdserverpb::TxnRequest::~TxnRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::TxnRequest::TxnRequest ( const TxnRequest from)

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

Member Function Documentation

etcdserverpb::Compare * etcdserverpb::TxnRequest::add_compare ( )
inline

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

etcdserverpb::RequestOp * etcdserverpb::TxnRequest::add_failure ( )
inline

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

etcdserverpb::RequestOp * etcdserverpb::TxnRequest::add_success ( )
inline

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

size_t etcdserverpb::TxnRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::TxnRequest::Clear ( )

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

void etcdserverpb::TxnRequest::clear_compare ( )
inline

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

void etcdserverpb::TxnRequest::clear_failure ( )
inline

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

void etcdserverpb::TxnRequest::clear_success ( )
inline

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

const ::etcdserverpb::Compare & etcdserverpb::TxnRequest::compare ( int  index) const
inline

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

const ::google::protobuf::RepeatedPtrField<::etcdserverpb::Compare > & etcdserverpb::TxnRequest::compare ( ) const
inline

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

int etcdserverpb::TxnRequest::compare_size ( ) const
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::etcdserverpb::RequestOp & etcdserverpb::TxnRequest::failure ( int  index) const
inline

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

const ::google::protobuf::RepeatedPtrField<::etcdserverpb::RequestOp > & etcdserverpb::TxnRequest::failure ( ) const
inline

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

int etcdserverpb::TxnRequest::failure_size ( ) const
inline

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

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

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

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

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

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

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

Here is the call graph for this function:

void etcdserverpb::TxnRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::TxnRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

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

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

Here is the call graph for this function:

etcdserverpb::Compare * etcdserverpb::TxnRequest::mutable_compare ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::etcdserverpb::Compare > * etcdserverpb::TxnRequest::mutable_compare ( )
inline

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

etcdserverpb::RequestOp * etcdserverpb::TxnRequest::mutable_failure ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::etcdserverpb::RequestOp > * etcdserverpb::TxnRequest::mutable_failure ( )
inline

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

etcdserverpb::RequestOp * etcdserverpb::TxnRequest::mutable_success ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::etcdserverpb::RequestOp > * etcdserverpb::TxnRequest::mutable_success ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::TxnRequest::SharedCtor ( )
private

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

void etcdserverpb::TxnRequest::SharedDtor ( )
private

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

const ::etcdserverpb::RequestOp & etcdserverpb::TxnRequest::success ( int  index) const
inline

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

const ::google::protobuf::RepeatedPtrField<::etcdserverpb::RequestOp > & etcdserverpb::TxnRequest::success ( ) const
inline

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

int etcdserverpb::TxnRequest::success_size ( ) const
inline

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

void etcdserverpb::TxnRequest::Swap ( TxnRequest other)

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

Here is the call graph for this function:

etcdserverpb::TxnRequest::void::protobuf_rpc_2eproto::InitDefaultsTxnRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( TxnRequest a,
TxnRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::TxnRequest::_cached_size_
mutableprivate

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

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

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

::google::protobuf::RepeatedPtrField< ::etcdserverpb::Compare > etcdserverpb::TxnRequest::compare_
private

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

::google::protobuf::RepeatedPtrField< ::etcdserverpb::RequestOp > etcdserverpb::TxnRequest::failure_
private

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

const int etcdserverpb::TxnRequest::kCompareFieldNumber = 1
static

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

const int etcdserverpb::TxnRequest::kFailureFieldNumber = 3
static

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

PROTOBUF_CONSTEXPR int const etcdserverpb::TxnRequest::kIndexInFileMessages
static
Initial value:
=
10

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

const int etcdserverpb::TxnRequest::kSuccessFieldNumber = 2
static

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

::google::protobuf::RepeatedPtrField< ::etcdserverpb::RequestOp > etcdserverpb::TxnRequest::success_
private

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


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