#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/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
◆ HANDLE_TYPE [1/2]
#define HANDLE_TYPE |
( |
|
CPPTYPE, |
|
|
|
METHOD |
|
) |
| |
Value: case FieldDescriptor::CPPTYPE_##CPPTYPE: \
to_reflection->Add##METHOD( \
break;
◆ HANDLE_TYPE [2/2]
#define HANDLE_TYPE |
( |
|
CPPTYPE, |
|
|
|
METHOD |
|
) |
| |
Value: case FieldDescriptor::CPPTYPE_##CPPTYPE: \
to_reflection->Set##METHOD(
to,
field, \
from_reflection->Get##METHOD(
from,
field)); \
break;