Searched defs:FieldMetadata (Results 1 – 3 of 3) sorted by relevance
272 struct FieldMetadata : public FieldMetadataBase { struct289 // Ideally we would create variables of FieldMetadata<...> type directly, argument
83 struct PROTOBUF_EXPORT FieldMetadata { struct84 uint32 offset; // offset of this field in the struct85 uint32 tag; // field * 8 + wire_type89 uint32 has_offset;90 uint32 type; // the type of this field.91 const void* ptr; // auxiliary data96 enum FieldTypeClass {106 enum {
91 protozero::proto_utils::internal::FieldMetadataHelper<FieldMetadata>, in GetInternedMessage()