#include <iosfwd>
#include <string>
#include <vector>
#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.
#define DECLARE_GET_REPEATED_FIELD |
( |
|
TYPE | ) |
|
Value:
const RepeatedField<TYPE>& Reflection::GetRepeatedField<TYPE>(
\
const Message& message,
const FieldDescriptor* field)
const; \
\
template<> \
RepeatedField<TYPE>* Reflection::MutableRepeatedField<TYPE>( \
Message* message, const FieldDescriptor* field) const;
#define const
Definition: zconf.h:217
#define GOOGLE_PROTOBUF_HAS_ONEOF |