OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kv.pb.h File Reference
#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>
Include dependency graph for kv.pb.h:
This graph shows which files directly or indirectly include this file:

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
 
 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