Goby3  3.1.5
2024.05.14
message.h File Reference
#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.

Classes

struct  google::protobuf::Metadata
 
class  google::protobuf::Message
 
class  google::protobuf::Reflection
 
class  google::protobuf::MessageFactory
 

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::internal
 
 google::protobuf::io
 
 google::protobuf::python
 
 google::protobuf::expr
 

Macros

#define GOOGLE_PROTOBUF_HAS_ONEOF
 
#define GOOGLE_PROTOBUF_HAS_ARENAS
 
#define GOOGLE_PROTOBUF_HAS_CEL_MAP_REFLECTION_FRIEND
 
#define DECLARE_GET_REPEATED_FIELD(TYPE)
 

Functions

template<class To >
To * google::protobuf::internal::GetPointerAtOffset (Message *message, uint32 offset)
 
template<class To >
const To * google::protobuf::internal::GetConstPointerAtOffset (const Message *message, uint32 offset)
 
template<class To >
const To & google::protobuf::internal::GetConstRefAtOffset (const Message &message, uint32 offset)
 
bool google::protobuf::internal::CreateUnknownEnumValues (const FieldDescriptor *field)
 
template<typename T >
const T * google::protobuf::DynamicCastToGenerated (const Message *from)
 
template<typename T >
T * google::protobuf::DynamicCastToGenerated (Message *from)
 
template<typename T >
void google::protobuf::LinkMessageReflection ()
 
template<>
const RepeatedPtrField< std::string > & google::protobuf::Reflection::GetRepeatedPtrFieldInternal< std::string > (const Message &message, const FieldDescriptor *field) const
 
template<>
RepeatedPtrField< std::string > * google::protobuf::Reflection::MutableRepeatedPtrFieldInternal< std::string > (Message *message, const FieldDescriptor *field) const
 

Macro Definition Documentation

◆ 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

Definition at line 128 of file message.h.

◆ GOOGLE_PROTOBUF_HAS_CEL_MAP_REFLECTION_FRIEND

#define GOOGLE_PROTOBUF_HAS_CEL_MAP_REFLECTION_FRIEND

Definition at line 933 of file message.h.

◆ GOOGLE_PROTOBUF_HAS_ONEOF

#define GOOGLE_PROTOBUF_HAS_ONEOF

Definition at line 127 of file message.h.