#include <iosfwd>
#include <string>
#include <type_traits>
#include <vector>
#include <google/protobuf/arena.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/descriptor.h>
Go to the source code of this file.
◆ DECLARE_GET_REPEATED_FIELD
#define DECLARE_GET_REPEATED_FIELD |
( |
|
TYPE | ) |
|
Value:template<> \
LIBPROTOBUF_EXPORT \
const RepeatedField<TYPE>& Reflection::GetRepeatedField<TYPE>( \
const Message& message,
const FieldDescriptor*
field)
const; \
\
template<> \
LIBPROTOBUF_EXPORT \
RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \
Message* message,
const FieldDescriptor*
field)
const;
Definition at line 1095 of file message.h.
◆ GOOGLE_PROTOBUF_HAS_ARENAS
#define GOOGLE_PROTOBUF_HAS_ARENAS |
◆ GOOGLE_PROTOBUF_HAS_CEL_MAP_REFLECTION_FRIEND
#define GOOGLE_PROTOBUF_HAS_CEL_MAP_REFLECTION_FRIEND |
◆ GOOGLE_PROTOBUF_HAS_ONEOF
#define GOOGLE_PROTOBUF_HAS_ONEOF |