#include <google/protobuf/reflection_ops.h>
#include <string>
#include <vector>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/map_field.h>
#include <google/protobuf/map_field_inl.h>
#include <google/protobuf/unknown_field_set.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/port_def.inc>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Macros | |
#define | HANDLE_TYPE(CPPTYPE, METHOD) |
#define | HANDLE_TYPE(CPPTYPE, METHOD) |
Functions | |
static const Reflection * | google.protobuf.internal::GetReflectionOrDie (const Message &m) |
static std::string | google.protobuf.internal::SubMessagePrefix (const std::string &prefix, const FieldDescriptor *field, int index) |
#define HANDLE_TYPE | ( | CPPTYPE, | |
METHOD | |||
) |