Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dreflection_visit_field_info.h558 struct MessageDynamicFieldInfo { struct
559 constexpr MessageDynamicFieldInfo(const Reflection* r, MessageT& m, in MessageDynamicFieldInfo() function
563 int number() const { return field->number(); } in number()
564 FieldDescriptor::Type type() const { return field->type(); } in type()
571 void Clear() { reflection->ClearField(&message, field); } in Clear()
576 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT
578 static constexpr bool is_repeated = false; // NOLINT
579 static constexpr bool is_map = false; // NOLINT
580 static constexpr bool is_extension = false; // NOLINT
581 static constexpr bool is_oneof = is_oneof_parameter; // NOLINT
[all …]