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


Public Member Functions | |
| KeyValue () | |
| virtual | ~KeyValue () |
| KeyValue (const KeyValue &from) | |
| KeyValue & | operator= (const KeyValue &from) |
| void | Swap (KeyValue *other) |
| KeyValue * | New () const PROTOBUF_FINAL |
| KeyValue * | 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 KeyValue &from) |
| void | MergeFrom (const KeyValue &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_value () |
| const ::std::string & | value () const |
| void | set_value (const ::std::string &value) |
| void | set_value (const char *value) |
| void | set_value (const void *value, size_t size) |
| ::std::string * | mutable_value () |
| ::std::string * | release_value () |
| void | set_allocated_value (::std::string *value) |
| void | clear_create_revision () |
| ::google::protobuf::int64 | create_revision () const |
| void | set_create_revision (::google::protobuf::int64 value) |
| void | clear_mod_revision () |
| ::google::protobuf::int64 | mod_revision () const |
| void | set_mod_revision (::google::protobuf::int64 value) |
| void | clear_version () |
| ::google::protobuf::int64 | version () const |
| void | set_version (::google::protobuf::int64 value) |
| void | clear_lease () |
| ::google::protobuf::int64 | lease () const |
| void | set_lease (::google::protobuf::int64 value) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const KeyValue & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const KeyValue * | internal_default_instance () |
Static Public Attributes | |
| static PROTOBUF_CONSTEXPR int const | kIndexInFileMessages |
| static const int | kKeyFieldNumber = 1 |
| static const int | kValueFieldNumber = 5 |
| static const int | kCreateRevisionFieldNumber = 2 |
| static const int | kModRevisionFieldNumber = 3 |
| static const int | kVersionFieldNumber = 4 |
| static const int | kLeaseFieldNumber = 6 |
Private Member Functions | |
| void | SharedCtor () |
| void | SharedDtor () |
| void | SetCachedSize (int size) const PROTOBUF_FINAL |
| void | InternalSwap (KeyValue *other) |
| inline ::google::protobuf::Arena * | GetArenaNoVirtual () const |
| void * | MaybeArenaPtr () const |
| friend | void ::protobuf_kv_2eproto::InitDefaultsKeyValueImpl () |
Private Attributes | |
| ::google::protobuf::internal::InternalMetadataWithArena | _internal_metadata_ |
| ::google::protobuf::internal::ArenaStringPtr | key_ |
| ::google::protobuf::internal::ArenaStringPtr | value_ |
| ::google::protobuf::int64 | create_revision_ |
| ::google::protobuf::int64 | mod_revision_ |
| ::google::protobuf::int64 | version_ |
| ::google::protobuf::int64 | lease_ |
| int | _cached_size_ |
Friends | |
| struct | ::protobuf_kv_2eproto::TableStruct |
| void | swap (KeyValue &a, KeyValue &b) |
| mvccpb::KeyValue::KeyValue | ( | ) |
|
virtual |
| mvccpb::KeyValue::KeyValue | ( | const KeyValue & | from | ) |
| size_t mvccpb::KeyValue::ByteSizeLong | ( | ) | const |
| void mvccpb::KeyValue::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
| void mvccpb::KeyValue::CopyFrom | ( | const KeyValue & | from | ) |
|
inline |
|
static |
|
static |
|
inlineprivate |
| google::protobuf::Metadata mvccpb::KeyValue::GetMetadata | ( | ) | const |
|
inlinestatic |
| google::protobuf::uint8 * mvccpb::KeyValue::InternalSerializeWithCachedSizesToArray | ( | bool | deterministic, |
| ::google::protobuf::uint8 * | target | ||
| ) | const |
|
private |
|
inline |
|
inline |
|
inlineprivate |
| void mvccpb::KeyValue::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
| void mvccpb::KeyValue::MergeFrom | ( | const KeyValue & | from | ) |
| bool mvccpb::KeyValue::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
|
inline |
|
inline |
| KeyValue * mvccpb::KeyValue::New | ( | ::google::protobuf::Arena * | arena | ) | const |
| void mvccpb::KeyValue::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
| void mvccpb::KeyValue::Swap | ( | KeyValue * | other | ) |
|
inline |
|
inline |
|
private |
|
friend |
|
private |
|
private |
|
static |
|
private |
|
static |
|
static |
|
private |
|
private |
|
private |