#include <iosfwd>
#include <string>
#include <type_traits>
#include <vector>
#include <google/protobuf/stubs/casts.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/port.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
◆ DECLARE_GET_REPEATED_FIELD
#define DECLARE_GET_REPEATED_FIELD |
( |
|
TYPE | ) |
|
Value: template <> \
PROTOBUF_EXPORT const RepeatedField<TYPE>& \
Reflection::GetRepeatedFieldInternal<TYPE>( \
const Message& message,
const FieldDescriptor*
field)
const; \
\
template <> \
PROTOBUF_EXPORT RepeatedField<TYPE>* \
Reflection::MutableRepeatedFieldInternal<TYPE>( \
Message * message,
const FieldDescriptor*
field)
const;
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::goby::GobyFieldOptions >, 11, false > field
Definition at line 1179 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 |