Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
google::protobuf.internal::ReflectionSchema Struct Reference

#include <generated_message_reflection.h>

Public Member Functions

uint32 GetExtensionSetOffset () const
 
uint32_t GetExtensionSetOffset () const
 
const void * GetFieldDefault (const FieldDescriptor *field) const
 
const void * GetFieldDefault (const FieldDescriptor *field) const
 
uint32_t GetFieldOffset (const FieldDescriptor *field) const
 
uint32 GetFieldOffset (const FieldDescriptor *field) const
 
uint32_t GetFieldOffsetNonOneof (const FieldDescriptor *field) const
 
uint32 GetFieldOffsetNonOneof (const FieldDescriptor *field) const
 
uint32 GetMetadataOffset () const
 
uint32_t GetMetadataOffset () const
 
uint32_t GetObjectSize () const
 
uint32 GetObjectSize () const
 
uint32_t GetOneofCaseOffset (const OneofDescriptor *oneof_descriptor) const
 
uint32 GetOneofCaseOffset (const OneofDescriptor *oneof_descriptor) const
 
int GetWeakFieldMapOffset () const
 
int GetWeakFieldMapOffset () const
 
uint32_t HasBitIndex (const FieldDescriptor *field) const
 
uint32 HasBitIndex (const FieldDescriptor *field) const
 
uint32_t HasBitsOffset () const
 
uint32 HasBitsOffset () const
 
bool HasExtensionSet () const
 
bool HasExtensionSet () const
 
bool HasHasbits () const
 
bool HasHasbits () const
 
bool HasInlinedString () const
 
bool HasWeakFields () const
 
bool HasWeakFields () const
 
uint32_t InlinedStringDonatedOffset () const
 
uint32_t InlinedStringIndex (const FieldDescriptor *field) const
 
bool InRealOneof (const FieldDescriptor *field) const
 
bool IsDefaultInstance (const Message &message) const
 
bool IsDefaultInstance (const Message &message) const
 
bool IsEagerlyVerifiedLazyField (const FieldDescriptor *field) const
 
bool IsFieldInlined (const FieldDescriptor *field) const
 
bool IsFieldInlined (const FieldDescriptor *field) const
 
bool IsFieldStripped (const FieldDescriptor *field) const
 
bool IsFieldUsed (const FieldDescriptor *field) const
 
bool IsMessageStripped (const Descriptor *descriptor) const
 

Static Public Member Functions

static bool Inlined (uint32 v, FieldDescriptor::Type type)
 
static bool Inlined (uint32_t v, FieldDescriptor::Type type)
 
static uint32 OffsetValue (uint32 v, FieldDescriptor::Type type)
 
static uint32_t OffsetValue (uint32_t v, FieldDescriptor::Type type)
 

Public Attributes

const Messagedefault_instance_
 
int extensions_offset_
 
const uint32has_bit_indices_
 
const uint32_thas_bit_indices_
 
int has_bits_offset_
 
int inlined_string_donated_offset_
 
const uint32_tinlined_string_indices_
 
int metadata_offset_
 
int object_size_
 
const uint32offsets_
 
const uint32_toffsets_
 
int oneof_case_offset_
 
int weak_field_map_offset_
 

Detailed Description

Definition at line 125 of file bloaty/third_party/protobuf/src/google/protobuf/generated_message_reflection.h.

Member Function Documentation

◆ GetExtensionSetOffset() [1/2]

uint32 google::protobuf.internal::ReflectionSchema::GetExtensionSetOffset ( ) const
inline

◆ GetExtensionSetOffset() [2/2]

uint32_t google::protobuf.internal::ReflectionSchema::GetExtensionSetOffset ( ) const
inline

◆ GetFieldDefault() [1/2]

const void* google::protobuf.internal::ReflectionSchema::GetFieldDefault ( const FieldDescriptor field) const
inline

◆ GetFieldDefault() [2/2]

const void* google::protobuf.internal::ReflectionSchema::GetFieldDefault ( const FieldDescriptor field) const
inline

◆ GetFieldOffset() [1/2]

uint32_t google::protobuf.internal::ReflectionSchema::GetFieldOffset ( const FieldDescriptor field) const
inline

◆ GetFieldOffset() [2/2]

uint32 google::protobuf.internal::ReflectionSchema::GetFieldOffset ( const FieldDescriptor field) const
inline

◆ GetFieldOffsetNonOneof() [1/2]

uint32_t google::protobuf.internal::ReflectionSchema::GetFieldOffsetNonOneof ( const FieldDescriptor field) const
inline

◆ GetFieldOffsetNonOneof() [2/2]

uint32 google::protobuf.internal::ReflectionSchema::GetFieldOffsetNonOneof ( const FieldDescriptor field) const
inline

◆ GetMetadataOffset() [1/2]

uint32 google::protobuf.internal::ReflectionSchema::GetMetadataOffset ( ) const
inline

◆ GetMetadataOffset() [2/2]

uint32_t google::protobuf.internal::ReflectionSchema::GetMetadataOffset ( ) const
inline

◆ GetObjectSize() [1/2]

uint32_t google::protobuf.internal::ReflectionSchema::GetObjectSize ( ) const
inline

◆ GetObjectSize() [2/2]

uint32 google::protobuf.internal::ReflectionSchema::GetObjectSize ( ) const
inline

◆ GetOneofCaseOffset() [1/2]

uint32_t google::protobuf.internal::ReflectionSchema::GetOneofCaseOffset ( const OneofDescriptor oneof_descriptor) const
inline

◆ GetOneofCaseOffset() [2/2]

uint32 google::protobuf.internal::ReflectionSchema::GetOneofCaseOffset ( const OneofDescriptor oneof_descriptor) const
inline

◆ GetWeakFieldMapOffset() [1/2]

int google::protobuf.internal::ReflectionSchema::GetWeakFieldMapOffset ( ) const
inline

◆ GetWeakFieldMapOffset() [2/2]

int google::protobuf.internal::ReflectionSchema::GetWeakFieldMapOffset ( ) const
inline

◆ HasBitIndex() [1/2]

uint32_t google::protobuf.internal::ReflectionSchema::HasBitIndex ( const FieldDescriptor field) const
inline

◆ HasBitIndex() [2/2]

uint32 google::protobuf.internal::ReflectionSchema::HasBitIndex ( const FieldDescriptor field) const
inline

◆ HasBitsOffset() [1/2]

uint32_t google::protobuf.internal::ReflectionSchema::HasBitsOffset ( ) const
inline

◆ HasBitsOffset() [2/2]

uint32 google::protobuf.internal::ReflectionSchema::HasBitsOffset ( ) const
inline

◆ HasExtensionSet() [1/2]

bool google::protobuf.internal::ReflectionSchema::HasExtensionSet ( ) const
inline

◆ HasExtensionSet() [2/2]

bool google::protobuf.internal::ReflectionSchema::HasExtensionSet ( ) const
inline

◆ HasHasbits() [1/2]

bool google::protobuf.internal::ReflectionSchema::HasHasbits ( ) const
inline

◆ HasHasbits() [2/2]

bool google::protobuf.internal::ReflectionSchema::HasHasbits ( ) const
inline

◆ HasInlinedString()

bool google::protobuf.internal::ReflectionSchema::HasInlinedString ( ) const
inline

◆ HasWeakFields() [1/2]

bool google::protobuf.internal::ReflectionSchema::HasWeakFields ( ) const
inline

◆ HasWeakFields() [2/2]

bool google::protobuf.internal::ReflectionSchema::HasWeakFields ( ) const
inline

◆ Inlined() [1/2]

static bool google::protobuf.internal::ReflectionSchema::Inlined ( uint32  v,
FieldDescriptor::Type  type 
)
inlinestatic

◆ Inlined() [2/2]

static bool google::protobuf.internal::ReflectionSchema::Inlined ( uint32_t  v,
FieldDescriptor::Type  type 
)
inlinestatic

◆ InlinedStringDonatedOffset()

uint32_t google::protobuf.internal::ReflectionSchema::InlinedStringDonatedOffset ( ) const
inline

◆ InlinedStringIndex()

uint32_t google::protobuf.internal::ReflectionSchema::InlinedStringIndex ( const FieldDescriptor field) const
inline

◆ InRealOneof()

bool google::protobuf.internal::ReflectionSchema::InRealOneof ( const FieldDescriptor field) const
inline

◆ IsDefaultInstance() [1/2]

bool google::protobuf.internal::ReflectionSchema::IsDefaultInstance ( const Message message) const
inline

◆ IsDefaultInstance() [2/2]

bool google::protobuf.internal::ReflectionSchema::IsDefaultInstance ( const Message message) const
inline

◆ IsEagerlyVerifiedLazyField()

bool google::protobuf.internal::ReflectionSchema::IsEagerlyVerifiedLazyField ( const FieldDescriptor field) const
inline

◆ IsFieldInlined() [1/2]

bool google::protobuf.internal::ReflectionSchema::IsFieldInlined ( const FieldDescriptor field) const
inline

◆ IsFieldInlined() [2/2]

bool google::protobuf.internal::ReflectionSchema::IsFieldInlined ( const FieldDescriptor field) const
inline

◆ IsFieldStripped()

bool google::protobuf.internal::ReflectionSchema::IsFieldStripped ( const FieldDescriptor field) const
inline

◆ IsFieldUsed()

bool google::protobuf.internal::ReflectionSchema::IsFieldUsed ( const FieldDescriptor field) const
inline

◆ IsMessageStripped()

bool google::protobuf.internal::ReflectionSchema::IsMessageStripped ( const Descriptor descriptor) const
inline

◆ OffsetValue() [1/2]

static uint32 google::protobuf.internal::ReflectionSchema::OffsetValue ( uint32  v,
FieldDescriptor::Type  type 
)
inlinestatic

◆ OffsetValue() [2/2]

static uint32_t google::protobuf.internal::ReflectionSchema::OffsetValue ( uint32_t  v,
FieldDescriptor::Type  type 
)
inlinestatic

Member Data Documentation

◆ default_instance_

const Message * google::protobuf.internal::ReflectionSchema::default_instance_

◆ extensions_offset_

int google::protobuf.internal::ReflectionSchema::extensions_offset_

◆ has_bit_indices_ [1/2]

const uint32* google::protobuf.internal::ReflectionSchema::has_bit_indices_

◆ has_bit_indices_ [2/2]

const uint32_t* google::protobuf.internal::ReflectionSchema::has_bit_indices_

◆ has_bits_offset_

int google::protobuf.internal::ReflectionSchema::has_bits_offset_

◆ inlined_string_donated_offset_

int google::protobuf.internal::ReflectionSchema::inlined_string_donated_offset_

◆ inlined_string_indices_

const uint32_t* google::protobuf.internal::ReflectionSchema::inlined_string_indices_

◆ metadata_offset_

int google::protobuf.internal::ReflectionSchema::metadata_offset_

◆ object_size_

int google::protobuf.internal::ReflectionSchema::object_size_

◆ offsets_ [1/2]

const uint32* google::protobuf.internal::ReflectionSchema::offsets_

◆ offsets_ [2/2]

const uint32_t* google::protobuf.internal::ReflectionSchema::offsets_

◆ oneof_case_offset_

int google::protobuf.internal::ReflectionSchema::oneof_case_offset_

◆ weak_field_map_offset_

int google::protobuf.internal::ReflectionSchema::weak_field_map_offset_

The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:26