OpenSDN source code
|
#include "kv.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/port.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/wire_format_lite_inl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>
Go to the source code of this file.
Classes | |
class | mvccpb::KeyValueDefaultTypeInternal |
class | mvccpb::EventDefaultTypeInternal |
struct | protobuf_kv_2eproto::StaticDescriptorInitializer |
Namespaces | |
mvccpb | |
protobuf_kv_2eproto | |
Macros | |
#define | DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure |
#define | DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure |
Functions | |
void | protobuf_kv_2eproto::InitDefaultsKeyValueImpl () |
void | protobuf_kv_2eproto::InitDefaultsKeyValue () |
void | protobuf_kv_2eproto::InitDefaultsEventImpl () |
void | protobuf_kv_2eproto::InitDefaultsEvent () |
const ::google::protobuf::uint32 TableStruct::offsets[] | protobuf_kv_2eproto::GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE (protodesc_cold) |
void | protobuf_kv_2eproto::protobuf_AssignDescriptors () |
void | protobuf_kv_2eproto::protobuf_AssignDescriptorsOnce () |
void | protobuf_kv_2eproto::protobuf_RegisterTypes (const ::std::string &) GOOGLE_PROTOBUF_ATTRIBUTE_COLD |
void | protobuf_kv_2eproto::AddDescriptorsImpl () |
void | protobuf_kv_2eproto::AddDescriptors () |
const ::google::protobuf::EnumDescriptor * | mvccpb::Event_EventType_descriptor () |
bool | mvccpb::Event_EventType_IsValid (int value) |
Variables | |
class mvccpb::KeyValueDefaultTypeInternal | mvccpb::_KeyValue_default_instance_ |
class mvccpb::EventDefaultTypeInternal | mvccpb::_Event_default_instance_ |
::google::protobuf::Metadata | protobuf_kv_2eproto::file_level_metadata [2] |
const ::google::protobuf::EnumDescriptor * | protobuf_kv_2eproto::file_level_enum_descriptors [1] |
::google::protobuf::Message const *const | protobuf_kv_2eproto::file_default_instances [] |
struct protobuf_kv_2eproto::StaticDescriptorInitializer | protobuf_kv_2eproto::static_descriptor_initializer |
#define DO_ | ( | EXPRESSION | ) | if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure |
#define DO_ | ( | EXPRESSION | ) | if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure |