Home
last modified time | relevance | path

Searched defs:ReflectionSchema (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h126 struct ReflectionSchema { struct
129 uint32 GetObjectSize() const { return static_cast<uint32>(object_size_); } in GetObjectSize()
133 uint32 GetFieldOffsetNonOneof(const FieldDescriptor* field) const { in GetFieldOffsetNonOneof()
139 uint32 GetFieldOffset(const FieldDescriptor* field) const { in GetFieldOffset()
150 bool IsFieldInlined(const FieldDescriptor* field) const { in IsFieldInlined()
161 uint32 GetOneofCaseOffset(const OneofDescriptor* oneof_descriptor) const { in GetOneofCaseOffset()
167 bool HasHasbits() const { return has_bits_offset_ != -1; } in HasHasbits()
170 uint32 HasBitIndex(const FieldDescriptor* field) const { in HasBitIndex()
176 uint32 HasBitsOffset() const { in HasBitsOffset()
185 uint32 GetMetadataOffset() const { in GetMetadataOffset()
[all …]