Searched defs:StringDynamicExtensionInfo (Results 1 – 1 of 1) sorted by relevance
490 struct StringDynamicExtensionInfo { struct491 constexpr StringDynamicExtensionInfo(ExtensionT& e, int n) in StringDynamicExtensionInfo() argument494 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 = // NOLINT510 static constexpr bool is_repeated = false; // NOLINT[all …]