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.h112 struct ReflectionSchema { struct
115 uint32_t GetObjectSize() const { return static_cast<uint32_t>(object_size_); } in GetObjectSize()
117 bool InRealOneof(const FieldDescriptor* field) const { in InRealOneof()
123 uint32_t GetFieldOffsetNonOneof(const FieldDescriptor* field) const { in GetFieldOffsetNonOneof()
129 uint32_t GetFieldOffset(const FieldDescriptor* field) const { in GetFieldOffset()
140 bool IsFieldInlined(const FieldDescriptor* field) const { in IsFieldInlined()
144 uint32_t GetOneofCaseOffset(const OneofDescriptor* oneof_descriptor) const { in GetOneofCaseOffset()
151 bool HasHasbits() const { return has_bits_offset_ != -1; } in HasHasbits()
154 uint32_t HasBitIndex(const FieldDescriptor* field) const { in HasBitIndex()
161 uint32_t HasBitsOffset() const { in HasBitsOffset()
[all …]