|
OpenSDN source code
|
#include <rpc.pb.h>


Public Types | |
| typedef RangeRequest_SortOrder | SortOrder |
| typedef RangeRequest_SortTarget | SortTarget |
Public Member Functions | |
| RangeRequest () | |
| virtual | ~RangeRequest () |
| RangeRequest (const RangeRequest &from) | |
| RangeRequest & | operator= (const RangeRequest &from) |
| void | Swap (RangeRequest *other) |
| RangeRequest * | New () const PROTOBUF_FINAL |
| RangeRequest * | New (::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 RangeRequest &from) |
| void | MergeFrom (const RangeRequest &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 |
| void | clear_key () |
| const ::std::string & | key () const |
| void | set_key (const ::std::string &value) |
| void | set_key (const char *value) |
| void | set_key (const void *value, size_t size) |
| ::std::string * | mutable_key () |
| ::std::string * | release_key () |
| void | set_allocated_key (::std::string *key) |
| void | clear_range_end () |
| const ::std::string & | range_end () const |
| void | set_range_end (const ::std::string &value) |
| void | set_range_end (const char *value) |
| void | set_range_end (const void *value, size_t size) |
| ::std::string * | mutable_range_end () |
| ::std::string * | release_range_end () |
| void | set_allocated_range_end (::std::string *range_end) |
| void | clear_limit () |
| ::google::protobuf::int64 | limit () const |
| void | set_limit (::google::protobuf::int64 value) |
| void | clear_revision () |
| ::google::protobuf::int64 | revision () const |
| void | set_revision (::google::protobuf::int64 value) |
| void | clear_sort_order () |
| ::etcdserverpb::RangeRequest_SortOrder | sort_order () const |
| void | set_sort_order (::etcdserverpb::RangeRequest_SortOrder value) |
| void | clear_sort_target () |
| ::etcdserverpb::RangeRequest_SortTarget | sort_target () const |
| void | set_sort_target (::etcdserverpb::RangeRequest_SortTarget value) |
| void | clear_serializable () |
| bool | serializable () const |
| void | set_serializable (bool value) |
| void | clear_keys_only () |
| bool | keys_only () const |
| void | set_keys_only (bool value) |
| void | clear_count_only () |
| bool | count_only () const |
| void | set_count_only (bool value) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const RangeRequest & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const RangeRequest * | internal_default_instance () |
| static bool | SortOrder_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor * | SortOrder_descriptor () |
| static const ::std::string & | SortOrder_Name (SortOrder value) |
| static bool | SortOrder_Parse (const ::std::string &name, SortOrder *value) |
| static bool | SortTarget_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor * | SortTarget_descriptor () |
| static const ::std::string & | SortTarget_Name (SortTarget value) |
| static bool | SortTarget_Parse (const ::std::string &name, SortTarget *value) |
Static Public Attributes | |
| static PROTOBUF_CONSTEXPR int const | kIndexInFileMessages |
| static const SortOrder | NONE |
| static const SortOrder | ASCEND |
| static const SortOrder | DESCEND |
| static const SortOrder | SortOrder_MIN |
| static const SortOrder | SortOrder_MAX |
| static const int | SortOrder_ARRAYSIZE |
| static const SortTarget | KEY |
| static const SortTarget | VERSION |
| static const SortTarget | CREATE |
| static const SortTarget | MOD |
| static const SortTarget | VALUE |
| static const SortTarget | SortTarget_MIN |
| static const SortTarget | SortTarget_MAX |
| static const int | SortTarget_ARRAYSIZE |
| static const int | kKeyFieldNumber = 1 |
| static const int | kRangeEndFieldNumber = 2 |
| static const int | kLimitFieldNumber = 3 |
| static const int | kRevisionFieldNumber = 4 |
| static const int | kSortOrderFieldNumber = 5 |
| static const int | kSortTargetFieldNumber = 6 |
| static const int | kSerializableFieldNumber = 7 |
| static const int | kKeysOnlyFieldNumber = 8 |
| static const int | kCountOnlyFieldNumber = 9 |
Private Member Functions | |
| void | SharedCtor () |
| void | SharedDtor () |
| void | SetCachedSize (int size) const PROTOBUF_FINAL |
| void | InternalSwap (RangeRequest *other) |
| inline ::google::protobuf::Arena * | GetArenaNoVirtual () const |
| void * | MaybeArenaPtr () const |
| friend | void ::protobuf_rpc_2eproto::InitDefaultsRangeRequestImpl () |
Private Attributes | |
| ::google::protobuf::internal::InternalMetadataWithArena | _internal_metadata_ |
| ::google::protobuf::internal::ArenaStringPtr | key_ |
| ::google::protobuf::internal::ArenaStringPtr | range_end_ |
| ::google::protobuf::int64 | limit_ |
| ::google::protobuf::int64 | revision_ |
| int | sort_order_ |
| int | sort_target_ |
| bool | serializable_ |
| bool | keys_only_ |
| bool | count_only_ |
| int | _cached_size_ |
Friends | |
| struct | ::protobuf_rpc_2eproto::TableStruct |
| void | swap (RangeRequest &a, RangeRequest &b) |
| etcdserverpb::RangeRequest::RangeRequest | ( | ) |
|
virtual |
| etcdserverpb::RangeRequest::RangeRequest | ( | const RangeRequest & | from | ) |
| size_t etcdserverpb::RangeRequest::ByteSizeLong | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void etcdserverpb::RangeRequest::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
| void etcdserverpb::RangeRequest::CopyFrom | ( | const RangeRequest & | from | ) |
|
inline |
|
static |
|
static |
|
inlineprivate |
|
inline |
| google::protobuf::Metadata etcdserverpb::RangeRequest::GetMetadata | ( | ) | const |
|
static |
|
inlinestatic |
| google::protobuf::uint8 * etcdserverpb::RangeRequest::InternalSerializeWithCachedSizesToArray | ( | bool | deterministic, |
| ::google::protobuf::uint8 * | target | ||
| ) | const |
|
private |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
| void etcdserverpb::RangeRequest::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
| void etcdserverpb::RangeRequest::MergeFrom | ( | const RangeRequest & | from | ) |
| bool etcdserverpb::RangeRequest::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
|
inline |
|
inline |
|
inline |
| RangeRequest * etcdserverpb::RangeRequest::New | ( | ::google::protobuf::Arena * | arena | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void etcdserverpb::RangeRequest::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| void etcdserverpb::RangeRequest::Swap | ( | RangeRequest * | other | ) |
|
private |
|
friend |
|
friend |
|
mutableprivate |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |