webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Friends | List of all members
google::protobuf.internal::GeneratedMessageReflection Class Reference

#include <generated_message_reflection.h>

Inheritance diagram for google::protobuf.internal::GeneratedMessageReflection:
google::protobuf::Reflection

Public Member Functions

 GeneratedMessageReflection (const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const DescriptorPool *pool, MessageFactory *factory, int object_size, int arena_offset, int is_default_instance_offset=-1)
 
 GeneratedMessageReflection (const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const void *default_oneof_instance, int oneof_case_offset, const DescriptorPool *pool, MessageFactory *factory, int object_size, int arena_offset, int is_default_instance_offset=-1)
 
 ~GeneratedMessageReflection ()
 
const UnknownFieldSetGetUnknownFields (const Message &message) const
 
UnknownFieldSetMutableUnknownFields (Message *message) const
 
int SpaceUsed (const Message &message) const
 
bool HasField (const Message &message, const FieldDescriptor *field) const
 
int FieldSize (const Message &message, const FieldDescriptor *field) const
 
void ClearField (Message *message, const FieldDescriptor *field) const
 
bool HasOneof (const Message &message, const OneofDescriptor *oneof_descriptor) const
 
void ClearOneof (Message *message, const OneofDescriptor *field) const
 
void RemoveLast (Message *message, const FieldDescriptor *field) const
 
MessageReleaseLast (Message *message, const FieldDescriptor *field) const
 
void Swap (Message *message1, Message *message2) const
 
void SwapFields (Message *message1, Message *message2, const vector< const FieldDescriptor *> &fields) const
 
void SwapElements (Message *message, const FieldDescriptor *field, int index1, int index2) const
 
void ListFields (const Message &message, vector< const FieldDescriptor *> *output) const
 
int32 GetInt32 (const Message &message, const FieldDescriptor *field) const
 
int64 GetInt64 (const Message &message, const FieldDescriptor *field) const
 
uint32 GetUInt32 (const Message &message, const FieldDescriptor *field) const
 
uint64 GetUInt64 (const Message &message, const FieldDescriptor *field) const
 
float GetFloat (const Message &message, const FieldDescriptor *field) const
 
double GetDouble (const Message &message, const FieldDescriptor *field) const
 
bool GetBool (const Message &message, const FieldDescriptor *field) const
 
string GetString (const Message &message, const FieldDescriptor *field) const
 
const stringGetStringReference (const Message &message, const FieldDescriptor *field, string *scratch) const
 
const EnumValueDescriptorGetEnum (const Message &message, const FieldDescriptor *field) const
 
int GetEnumValue (const Message &message, const FieldDescriptor *field) const
 
const MessageGetMessage (const Message &message, const FieldDescriptor *field, MessageFactory *factory=NULL) const
 
const FieldDescriptorGetOneofFieldDescriptor (const Message &message, const OneofDescriptor *oneof_descriptor) const
 
void SetInt32 (Message *message, const FieldDescriptor *field, int32 value) const
 
void SetInt64 (Message *message, const FieldDescriptor *field, int64 value) const
 
void SetUInt32 (Message *message, const FieldDescriptor *field, uint32 value) const
 
void SetUInt64 (Message *message, const FieldDescriptor *field, uint64 value) const
 
void SetFloat (Message *message, const FieldDescriptor *field, float value) const
 
void SetDouble (Message *message, const FieldDescriptor *field, double value) const
 
void SetBool (Message *message, const FieldDescriptor *field, bool value) const
 
void SetString (Message *message, const FieldDescriptor *field, const string &value) const
 
void SetEnum (Message *message, const FieldDescriptor *field, const EnumValueDescriptor *value) const
 
void SetEnumValue (Message *message, const FieldDescriptor *field, int value) const
 
MessageMutableMessage (Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const
 
void SetAllocatedMessage (Message *message, Message *sub_message, const FieldDescriptor *field) const
 
MessageReleaseMessage (Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const
 
int32 GetRepeatedInt32 (const Message &message, const FieldDescriptor *field, int index) const
 
int64 GetRepeatedInt64 (const Message &message, const FieldDescriptor *field, int index) const
 
uint32 GetRepeatedUInt32 (const Message &message, const FieldDescriptor *field, int index) const
 
uint64 GetRepeatedUInt64 (const Message &message, const FieldDescriptor *field, int index) const
 
float GetRepeatedFloat (const Message &message, const FieldDescriptor *field, int index) const
 
double GetRepeatedDouble (const Message &message, const FieldDescriptor *field, int index) const
 
bool GetRepeatedBool (const Message &message, const FieldDescriptor *field, int index) const
 
string GetRepeatedString (const Message &message, const FieldDescriptor *field, int index) const
 
const stringGetRepeatedStringReference (const Message &message, const FieldDescriptor *field, int index, string *scratch) const
 
const EnumValueDescriptorGetRepeatedEnum (const Message &message, const FieldDescriptor *field, int index) const
 
int GetRepeatedEnumValue (const Message &message, const FieldDescriptor *field, int index) const
 
const MessageGetRepeatedMessage (const Message &message, const FieldDescriptor *field, int index) const
 
void SetRepeatedInt32 (Message *message, const FieldDescriptor *field, int index, int32 value) const
 
void SetRepeatedInt64 (Message *message, const FieldDescriptor *field, int index, int64 value) const
 
void SetRepeatedUInt32 (Message *message, const FieldDescriptor *field, int index, uint32 value) const
 
void SetRepeatedUInt64 (Message *message, const FieldDescriptor *field, int index, uint64 value) const
 
void SetRepeatedFloat (Message *message, const FieldDescriptor *field, int index, float value) const
 
void SetRepeatedDouble (Message *message, const FieldDescriptor *field, int index, double value) const
 
void SetRepeatedBool (Message *message, const FieldDescriptor *field, int index, bool value) const
 
void SetRepeatedString (Message *message, const FieldDescriptor *field, int index, const string &value) const
 
void SetRepeatedEnum (Message *message, const FieldDescriptor *field, int index, const EnumValueDescriptor *value) const
 
void SetRepeatedEnumValue (Message *message, const FieldDescriptor *field, int index, int value) const
 
MessageMutableRepeatedMessage (Message *message, const FieldDescriptor *field, int index) const
 
void AddInt32 (Message *message, const FieldDescriptor *field, int32 value) const
 
void AddInt64 (Message *message, const FieldDescriptor *field, int64 value) const
 
void AddUInt32 (Message *message, const FieldDescriptor *field, uint32 value) const
 
void AddUInt64 (Message *message, const FieldDescriptor *field, uint64 value) const
 
void AddFloat (Message *message, const FieldDescriptor *field, float value) const
 
void AddDouble (Message *message, const FieldDescriptor *field, double value) const
 
void AddBool (Message *message, const FieldDescriptor *field, bool value) const
 
void AddString (Message *message, const FieldDescriptor *field, const string &value) const
 
void AddEnum (Message *message, const FieldDescriptor *field, const EnumValueDescriptor *value) const
 
void AddEnumValue (Message *message, const FieldDescriptor *field, int value) const
 
MessageAddMessage (Message *message, const FieldDescriptor *field, MessageFactory *factory=NULL) const
 
void AddAllocatedMessage (Message *message, const FieldDescriptor *field, Message *new_entry) const
 
const FieldDescriptorFindKnownExtensionByName (const string &name) const
 
const FieldDescriptorFindKnownExtensionByNumber (int number) const
 
bool SupportsUnknownEnumValues () const
 
- Public Member Functions inherited from google::protobuf::Reflection
 Reflection ()
 
virtual ~Reflection ()
 
template<typename T >
RepeatedFieldRef< TGetRepeatedFieldRef (const Message &message, const FieldDescriptor *field) const
 
template<typename T >
MutableRepeatedFieldRef< TGetMutableRepeatedFieldRef (Message *message, const FieldDescriptor *field) const
 
template<typename T >
const RepeatedField< T > & GetRepeatedField (const Message &, const FieldDescriptor *) const
 
template<typename T >
RepeatedField< T > * MutableRepeatedField (Message *, const FieldDescriptor *) const
 
template<typename T >
const RepeatedPtrField< T > & GetRepeatedPtrField (const Message &, const FieldDescriptor *) const
 
template<typename T >
RepeatedPtrField< T > * MutableRepeatedPtrField (Message *, const FieldDescriptor *) const
 
template<>
const RepeatedPtrField< string > & GetRepeatedPtrField (const Message &message, const FieldDescriptor *field) const
 
template<>
RepeatedPtrField< string > * MutableRepeatedPtrField (Message *message, const FieldDescriptor *field) const
 
template<>
const RepeatedPtrField< Message > & GetRepeatedPtrField (const Message &message, const FieldDescriptor *field) const
 
template<>
RepeatedPtrField< Message > * MutableRepeatedPtrField (Message *message, const FieldDescriptor *field) const
 
template<typename PB >
const RepeatedPtrField< PB > & GetRepeatedPtrField (const Message &message, const FieldDescriptor *field) const
 
template<typename PB >
RepeatedPtrField< PB > * MutableRepeatedPtrField (Message *message, const FieldDescriptor *field) const
 

Static Public Member Functions

static GeneratedMessageReflectionNewGeneratedMessageReflection (const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const void *default_oneof_instance, int oneof_case_offset, int object_size, int arena_offset, int is_default_instance_offset=-1)
 
static GeneratedMessageReflectionNewGeneratedMessageReflection (const Descriptor *descriptor, const Message *default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, int object_size, int arena_offset, int is_default_instance_offset=-1)
 

Static Public Attributes

static const int kNoArenaPointer = -1
 
static const int kUnknownFieldSetInMetadata = -1
 

Protected Member Functions

voidMutableRawRepeatedField (Message *message, const FieldDescriptor *field, FieldDescriptor::CppType, int ctype, const Descriptor *desc) const
 
const voidGetRawRepeatedField (const Message &message, const FieldDescriptor *field, FieldDescriptor::CppType, int ctype, const Descriptor *desc) const
 
virtual MessageFactoryGetMessageFactory () const
 
virtual voidRepeatedFieldData (Message *message, const FieldDescriptor *field, FieldDescriptor::CppType cpp_type, const Descriptor *message_type) const
 

Friends

class GeneratedMessage
 
class upb::google_opensource::GMR_Handlers
 

Constructor & Destructor Documentation

◆ GeneratedMessageReflection() [1/2]

google::protobuf.internal::GeneratedMessageReflection::GeneratedMessageReflection ( const Descriptor descriptor,
const Message default_instance,
const int  offsets[],
int  has_bits_offset,
int  unknown_fields_offset,
int  extensions_offset,
const DescriptorPool pool,
MessageFactory factory,
int  object_size,
int  arena_offset,
int  is_default_instance_offset = -1 
)

◆ GeneratedMessageReflection() [2/2]

google::protobuf.internal::GeneratedMessageReflection::GeneratedMessageReflection ( const Descriptor descriptor,
const Message default_instance,
const int  offsets[],
int  has_bits_offset,
int  unknown_fields_offset,
int  extensions_offset,
const void default_oneof_instance,
int  oneof_case_offset,
const DescriptorPool pool,
MessageFactory factory,
int  object_size,
int  arena_offset,
int  is_default_instance_offset = -1 
)

◆ ~GeneratedMessageReflection()

google::protobuf.internal::GeneratedMessageReflection::~GeneratedMessageReflection ( )

Member Function Documentation

◆ AddAllocatedMessage()

void google::protobuf.internal::GeneratedMessageReflection::AddAllocatedMessage ( Message message,
const FieldDescriptor field,
Message new_entry 
) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ AddBool()

void google::protobuf.internal::GeneratedMessageReflection::AddBool ( Message message,
const FieldDescriptor field,
bool  value 
) const
virtual

◆ AddDouble()

void google::protobuf.internal::GeneratedMessageReflection::AddDouble ( Message message,
const FieldDescriptor field,
double  value 
) const
virtual

◆ AddEnum()

void google::protobuf.internal::GeneratedMessageReflection::AddEnum ( Message message,
const FieldDescriptor field,
const EnumValueDescriptor value 
) const
virtual

◆ AddEnumValue()

void google::protobuf.internal::GeneratedMessageReflection::AddEnumValue ( Message message,
const FieldDescriptor field,
int  value 
) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ AddFloat()

void google::protobuf.internal::GeneratedMessageReflection::AddFloat ( Message message,
const FieldDescriptor field,
float  value 
) const
virtual

◆ AddInt32()

void google::protobuf.internal::GeneratedMessageReflection::AddInt32 ( Message message,
const FieldDescriptor field,
int32  value 
) const
virtual

◆ AddInt64()

void google::protobuf.internal::GeneratedMessageReflection::AddInt64 ( Message message,
const FieldDescriptor field,
int64  value 
) const
virtual

◆ AddMessage()

Message * google::protobuf.internal::GeneratedMessageReflection::AddMessage ( Message message,
const FieldDescriptor field,
MessageFactory factory = NULL 
) const
virtual

◆ AddString()

void google::protobuf.internal::GeneratedMessageReflection::AddString ( Message message,
const FieldDescriptor field,
const string value 
) const
virtual

◆ AddUInt32()

void google::protobuf.internal::GeneratedMessageReflection::AddUInt32 ( Message message,
const FieldDescriptor field,
uint32  value 
) const
virtual

◆ AddUInt64()

void google::protobuf.internal::GeneratedMessageReflection::AddUInt64 ( Message message,
const FieldDescriptor field,
uint64  value 
) const
virtual

◆ ClearField()

void google::protobuf.internal::GeneratedMessageReflection::ClearField ( Message message,
const FieldDescriptor field 
) const
virtual

◆ ClearOneof()

void google::protobuf.internal::GeneratedMessageReflection::ClearOneof ( Message message,
const OneofDescriptor field 
) const
inlinevirtual

Reimplemented from google::protobuf::Reflection.

◆ FieldSize()

int google::protobuf.internal::GeneratedMessageReflection::FieldSize ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ FindKnownExtensionByName()

const FieldDescriptor * google::protobuf.internal::GeneratedMessageReflection::FindKnownExtensionByName ( const string name) const
virtual

◆ FindKnownExtensionByNumber()

const FieldDescriptor * google::protobuf.internal::GeneratedMessageReflection::FindKnownExtensionByNumber ( int  number) const
virtual

◆ GetBool()

bool google::protobuf.internal::GeneratedMessageReflection::GetBool ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetDouble()

double google::protobuf.internal::GeneratedMessageReflection::GetDouble ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetEnum()

const EnumValueDescriptor * google::protobuf.internal::GeneratedMessageReflection::GetEnum ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetEnumValue()

int google::protobuf.internal::GeneratedMessageReflection::GetEnumValue ( const Message message,
const FieldDescriptor field 
) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ GetFloat()

float google::protobuf.internal::GeneratedMessageReflection::GetFloat ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetInt32()

int32 google::protobuf.internal::GeneratedMessageReflection::GetInt32 ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetInt64()

int64 google::protobuf.internal::GeneratedMessageReflection::GetInt64 ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetMessage()

const Message & google::protobuf.internal::GeneratedMessageReflection::GetMessage ( const Message message,
const FieldDescriptor field,
MessageFactory factory = NULL 
) const
virtual

◆ GetMessageFactory()

MessageFactory * google::protobuf.internal::GeneratedMessageReflection::GetMessageFactory ( ) const
protectedvirtual

Reimplemented from google::protobuf::Reflection.

◆ GetOneofFieldDescriptor()

const FieldDescriptor * google::protobuf.internal::GeneratedMessageReflection::GetOneofFieldDescriptor ( const Message message,
const OneofDescriptor oneof_descriptor 
) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ GetRawRepeatedField()

const void * google::protobuf.internal::GeneratedMessageReflection::GetRawRepeatedField ( const Message message,
const FieldDescriptor field,
FieldDescriptor::CppType  cpptype,
int  ctype,
const Descriptor desc 
) const
protectedvirtual

Reimplemented from google::protobuf::Reflection.

◆ GetRepeatedBool()

bool google::protobuf.internal::GeneratedMessageReflection::GetRepeatedBool ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedDouble()

double google::protobuf.internal::GeneratedMessageReflection::GetRepeatedDouble ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedEnum()

const EnumValueDescriptor * google::protobuf.internal::GeneratedMessageReflection::GetRepeatedEnum ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedEnumValue()

int google::protobuf.internal::GeneratedMessageReflection::GetRepeatedEnumValue ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ GetRepeatedFloat()

float google::protobuf.internal::GeneratedMessageReflection::GetRepeatedFloat ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedInt32()

int32 google::protobuf.internal::GeneratedMessageReflection::GetRepeatedInt32 ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedInt64()

int64 google::protobuf.internal::GeneratedMessageReflection::GetRepeatedInt64 ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedMessage()

const Message & google::protobuf.internal::GeneratedMessageReflection::GetRepeatedMessage ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedString()

string google::protobuf.internal::GeneratedMessageReflection::GetRepeatedString ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedStringReference()

const string & google::protobuf.internal::GeneratedMessageReflection::GetRepeatedStringReference ( const Message message,
const FieldDescriptor field,
int  index,
string scratch 
) const
virtual

◆ GetRepeatedUInt32()

uint32 google::protobuf.internal::GeneratedMessageReflection::GetRepeatedUInt32 ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetRepeatedUInt64()

uint64 google::protobuf.internal::GeneratedMessageReflection::GetRepeatedUInt64 ( const Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ GetString()

string google::protobuf.internal::GeneratedMessageReflection::GetString ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetStringReference()

const string & google::protobuf.internal::GeneratedMessageReflection::GetStringReference ( const Message message,
const FieldDescriptor field,
string scratch 
) const
virtual

◆ GetUInt32()

uint32 google::protobuf.internal::GeneratedMessageReflection::GetUInt32 ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetUInt64()

uint64 google::protobuf.internal::GeneratedMessageReflection::GetUInt64 ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ GetUnknownFields()

const UnknownFieldSet & google::protobuf.internal::GeneratedMessageReflection::GetUnknownFields ( const Message message) const
virtual

◆ HasField()

bool google::protobuf.internal::GeneratedMessageReflection::HasField ( const Message message,
const FieldDescriptor field 
) const
virtual

◆ HasOneof()

bool google::protobuf.internal::GeneratedMessageReflection::HasOneof ( const Message message,
const OneofDescriptor oneof_descriptor 
) const
inlinevirtual

Reimplemented from google::protobuf::Reflection.

◆ ListFields()

void google::protobuf.internal::GeneratedMessageReflection::ListFields ( const Message message,
vector< const FieldDescriptor *> *  output 
) const
virtual

◆ MutableMessage()

Message * google::protobuf.internal::GeneratedMessageReflection::MutableMessage ( Message message,
const FieldDescriptor field,
MessageFactory factory = NULL 
) const
virtual

◆ MutableRawRepeatedField()

void * google::protobuf.internal::GeneratedMessageReflection::MutableRawRepeatedField ( Message message,
const FieldDescriptor field,
FieldDescriptor::CppType  cpptype,
int  ctype,
const Descriptor desc 
) const
protectedvirtual

◆ MutableRepeatedMessage()

Message * google::protobuf.internal::GeneratedMessageReflection::MutableRepeatedMessage ( Message message,
const FieldDescriptor field,
int  index 
) const
virtual

◆ MutableUnknownFields()

UnknownFieldSet * google::protobuf.internal::GeneratedMessageReflection::MutableUnknownFields ( Message message) const
virtual

◆ NewGeneratedMessageReflection() [1/2]

GeneratedMessageReflection * google::protobuf.internal::GeneratedMessageReflection::NewGeneratedMessageReflection ( const Descriptor descriptor,
const Message default_instance,
const int  offsets[],
int  has_bits_offset,
int  unknown_fields_offset,
int  extensions_offset,
const void default_oneof_instance,
int  oneof_case_offset,
int  object_size,
int  arena_offset,
int  is_default_instance_offset = -1 
)
static

◆ NewGeneratedMessageReflection() [2/2]

GeneratedMessageReflection * google::protobuf.internal::GeneratedMessageReflection::NewGeneratedMessageReflection ( const Descriptor descriptor,
const Message default_instance,
const int  offsets[],
int  has_bits_offset,
int  unknown_fields_offset,
int  extensions_offset,
int  object_size,
int  arena_offset,
int  is_default_instance_offset = -1 
)
static

◆ ReleaseLast()

Message * google::protobuf.internal::GeneratedMessageReflection::ReleaseLast ( Message message,
const FieldDescriptor field 
) const
virtual

◆ ReleaseMessage()

Message * google::protobuf.internal::GeneratedMessageReflection::ReleaseMessage ( Message message,
const FieldDescriptor field,
MessageFactory factory = NULL 
) const
virtual

◆ RemoveLast()

void google::protobuf.internal::GeneratedMessageReflection::RemoveLast ( Message message,
const FieldDescriptor field 
) const
virtual

◆ RepeatedFieldData()

void * google::protobuf.internal::GeneratedMessageReflection::RepeatedFieldData ( Message message,
const FieldDescriptor field,
FieldDescriptor::CppType  cpp_type,
const Descriptor message_type 
) const
protectedvirtual

Reimplemented from google::protobuf::Reflection.

◆ SetAllocatedMessage()

void google::protobuf.internal::GeneratedMessageReflection::SetAllocatedMessage ( Message message,
Message sub_message,
const FieldDescriptor field 
) const
virtual

◆ SetBool()

void google::protobuf.internal::GeneratedMessageReflection::SetBool ( Message message,
const FieldDescriptor field,
bool  value 
) const
virtual

◆ SetDouble()

void google::protobuf.internal::GeneratedMessageReflection::SetDouble ( Message message,
const FieldDescriptor field,
double  value 
) const
virtual

◆ SetEnum()

void google::protobuf.internal::GeneratedMessageReflection::SetEnum ( Message message,
const FieldDescriptor field,
const EnumValueDescriptor value 
) const
virtual

◆ SetEnumValue()

void google::protobuf.internal::GeneratedMessageReflection::SetEnumValue ( Message message,
const FieldDescriptor field,
int  value 
) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ SetFloat()

void google::protobuf.internal::GeneratedMessageReflection::SetFloat ( Message message,
const FieldDescriptor field,
float  value 
) const
virtual

◆ SetInt32()

void google::protobuf.internal::GeneratedMessageReflection::SetInt32 ( Message message,
const FieldDescriptor field,
int32  value 
) const
virtual

◆ SetInt64()

void google::protobuf.internal::GeneratedMessageReflection::SetInt64 ( Message message,
const FieldDescriptor field,
int64  value 
) const
virtual

◆ SetRepeatedBool()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedBool ( Message message,
const FieldDescriptor field,
int  index,
bool  value 
) const
virtual

◆ SetRepeatedDouble()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedDouble ( Message message,
const FieldDescriptor field,
int  index,
double  value 
) const
virtual

◆ SetRepeatedEnum()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedEnum ( Message message,
const FieldDescriptor field,
int  index,
const EnumValueDescriptor value 
) const
virtual

◆ SetRepeatedEnumValue()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedEnumValue ( Message message,
const FieldDescriptor field,
int  index,
int  value 
) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ SetRepeatedFloat()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedFloat ( Message message,
const FieldDescriptor field,
int  index,
float  value 
) const
virtual

◆ SetRepeatedInt32()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedInt32 ( Message message,
const FieldDescriptor field,
int  index,
int32  value 
) const
virtual

◆ SetRepeatedInt64()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedInt64 ( Message message,
const FieldDescriptor field,
int  index,
int64  value 
) const
virtual

◆ SetRepeatedString()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedString ( Message message,
const FieldDescriptor field,
int  index,
const string value 
) const
virtual

◆ SetRepeatedUInt32()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedUInt32 ( Message message,
const FieldDescriptor field,
int  index,
uint32  value 
) const
virtual

◆ SetRepeatedUInt64()

void google::protobuf.internal::GeneratedMessageReflection::SetRepeatedUInt64 ( Message message,
const FieldDescriptor field,
int  index,
uint64  value 
) const
virtual

◆ SetString()

void google::protobuf.internal::GeneratedMessageReflection::SetString ( Message message,
const FieldDescriptor field,
const string value 
) const
virtual

◆ SetUInt32()

void google::protobuf.internal::GeneratedMessageReflection::SetUInt32 ( Message message,
const FieldDescriptor field,
uint32  value 
) const
virtual

◆ SetUInt64()

void google::protobuf.internal::GeneratedMessageReflection::SetUInt64 ( Message message,
const FieldDescriptor field,
uint64  value 
) const
virtual

◆ SpaceUsed()

int google::protobuf.internal::GeneratedMessageReflection::SpaceUsed ( const Message message) const
virtual

◆ SupportsUnknownEnumValues()

bool google::protobuf.internal::GeneratedMessageReflection::SupportsUnknownEnumValues ( ) const
virtual

Reimplemented from google::protobuf::Reflection.

◆ Swap()

void google::protobuf.internal::GeneratedMessageReflection::Swap ( Message message1,
Message message2 
) const
virtual

◆ SwapElements()

void google::protobuf.internal::GeneratedMessageReflection::SwapElements ( Message message,
const FieldDescriptor field,
int  index1,
int  index2 
) const
virtual

◆ SwapFields()

void google::protobuf.internal::GeneratedMessageReflection::SwapFields ( Message message1,
Message message2,
const vector< const FieldDescriptor *> &  fields 
) const
virtual

Friends And Related Function Documentation

◆ GeneratedMessage

friend class GeneratedMessage
friend

◆ upb::google_opensource::GMR_Handlers

friend class upb::google_opensource::GMR_Handlers
friend

Member Data Documentation

◆ kNoArenaPointer

const int google::protobuf.internal::GeneratedMessageReflection::kNoArenaPointer = -1
static

◆ kUnknownFieldSetInMetadata

const int google::protobuf.internal::GeneratedMessageReflection::kUnknownFieldSetInMetadata = -1
static

The documentation for this class was generated from the following files: