Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dreflection_visit_field_info.h490 struct StringDynamicExtensionInfo { struct
491 constexpr StringDynamicExtensionInfo(ExtensionT& e, int n) in StringDynamicExtensionInfo() argument
494 int number() const { return ext_number; } in number()
495 FieldDescriptor::Type type() const { in type()
499 absl::string_view Get() const { in Get()
502 void Set(absl::string_view value) { in Set()
505 void Clear() { DynamicExtensionInfoHelper::ClearStringView(ext); } in Clear()
506 size_t FieldByteSize() const { return WireFormatLite::StringSize(Get()); } in FieldByteSize()
508 static constexpr FieldDescriptor::CppType cpp_type = // NOLINT
510 static constexpr bool is_repeated = false; // NOLINT
[all …]