Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h122 struct ReflectionSchema { struct
125 uint32 GetObjectSize() const { return static_cast<uint32>(object_size_); } in GetObjectSize()
127 bool InRealOneof(const FieldDescriptor* field) const { in InRealOneof()
134 uint32 GetFieldOffsetNonOneof(const FieldDescriptor* field) const { in GetFieldOffsetNonOneof()
140 uint32 GetFieldOffset(const FieldDescriptor* field) const { in GetFieldOffset()
151 bool IsFieldInlined(const FieldDescriptor* field) const { in IsFieldInlined()
162 uint32 GetOneofCaseOffset(const OneofDescriptor* oneof_descriptor) const { in GetOneofCaseOffset()
168 bool HasHasbits() const { return has_bits_offset_ != -1; } in HasHasbits()
171 uint32 HasBitIndex(const FieldDescriptor* field) const { in HasBitIndex()
178 uint32 HasBitsOffset() const { in HasBitsOffset()
[all …]