OpenSDN source code
|
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
Go to the source code of this file.
Classes | |
struct | protobuf_kv_2eproto::TableStruct |
class | mvccpb::KeyValue |
class | mvccpb::Event |
struct | google::protobuf::is_proto_enum< ::mvccpb::Event_EventType > |
Namespaces | |
protobuf_kv_2eproto | |
mvccpb | |
google::protobuf | |
Enumerations | |
enum | mvccpb::Event_EventType { mvccpb::Event_EventType_PUT = 0, mvccpb::Event_EventType_DELETE = 1, mvccpb::Event_EventType_Event_EventType_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, mvccpb::Event_EventType_Event_EventType_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max } |
Functions | |
void | protobuf_kv_2eproto::AddDescriptors () |
void | protobuf_kv_2eproto::InitDefaultsKeyValueImpl () |
void | protobuf_kv_2eproto::InitDefaultsKeyValue () |
void | protobuf_kv_2eproto::InitDefaultsEventImpl () |
void | protobuf_kv_2eproto::InitDefaultsEvent () |
void | protobuf_kv_2eproto::InitDefaults () |
bool | mvccpb::Event_EventType_IsValid (int value) |
const ::google::protobuf::EnumDescriptor * | mvccpb::Event_EventType_descriptor () |
const ::std::string & | mvccpb::Event_EventType_Name (Event_EventType value) |
bool | mvccpb::Event_EventType_Parse (const ::std::string &name, Event_EventType *value) |
template<> | |
const EnumDescriptor * | google::protobuf::GetEnumDescriptor< ::mvccpb::Event_EventType > () |
Variables | |
const Event_EventType | mvccpb::Event_EventType_EventType_MIN = Event_EventType_PUT |
const Event_EventType | mvccpb::Event_EventType_EventType_MAX = Event_EventType_DELETE |
const int | mvccpb::Event_EventType_EventType_ARRAYSIZE = Event_EventType_EventType_MAX + 1 |