Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h118 struct ReflectionSchema { struct
121 uint32_t GetObjectSize() const { return static_cast<uint32_t>(object_size_); } in GetObjectSize()
123 bool InRealOneof(const FieldDescriptor* field) const { in InRealOneof()
130 uint32_t GetFieldOffsetNonOneof(const FieldDescriptor* field) const { in GetFieldOffsetNonOneof()
136 uint32_t GetFieldOffset(const FieldDescriptor* field) const { in GetFieldOffset()
147 bool IsFieldInlined(const FieldDescriptor* field) const { in IsFieldInlined()
151 uint32_t GetOneofCaseOffset(const OneofDescriptor* oneof_descriptor) const { in GetOneofCaseOffset()
158 bool HasHasbits() const { return has_bits_offset_ != -1; } in HasHasbits()
161 uint32_t HasBitIndex(const FieldDescriptor* field) const { in HasBitIndex()
168 uint32_t HasBitsOffset() const { in HasBitsOffset()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h118 struct ReflectionSchema { struct
121 uint32_t GetObjectSize() const { return static_cast<uint32_t>(object_size_); } in GetObjectSize()
123 bool InRealOneof(const FieldDescriptor* field) const { in InRealOneof()
130 uint32_t GetFieldOffsetNonOneof(const FieldDescriptor* field) const { in GetFieldOffsetNonOneof()
136 uint32_t GetFieldOffset(const FieldDescriptor* field) const { in GetFieldOffset()
147 bool IsFieldInlined(const FieldDescriptor* field) const { in IsFieldInlined()
151 uint32_t GetOneofCaseOffset(const OneofDescriptor* oneof_descriptor) const { in GetOneofCaseOffset()
158 bool HasHasbits() const { return has_bits_offset_ != -1; } in HasHasbits()
161 uint32_t HasBitIndex(const FieldDescriptor* field) const { in HasBitIndex()
168 uint32_t HasBitsOffset() const { in HasBitsOffset()
[all …]