Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dreflection_visit_field_info.h453 struct StringDynamicFieldInfo { struct
454 constexpr StringDynamicFieldInfo(const Reflection* r, MessageT& m, in StringDynamicFieldInfo() argument
458 int number() const { return field->number(); } in number()
459 FieldDescriptor::Type type() const { return field->type(); } in type()
461 absl::string_view Get() const { in Get()
465 void Set(std::string value) { in Set()
468 void Clear() { in Clear()
471 size_t FieldByteSize() const { return WireFormatLite::StringSize(Get()); } in FieldByteSize()
473 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT
475 static constexpr bool is_repeated = false; // NOLINT
[all …]