Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dreflection_visit_field_info.h1019 struct RepeatedStringDynamicExtensionInfo { struct
1020 constexpr RepeatedStringDynamicExtensionInfo(ExtensionT& ext, int n) in RepeatedStringDynamicExtensionInfo() argument
1023 int number() const { return ext_number; } in number()
1024 FieldDescriptor::Type type() const { in type()
1027 constexpr bool is_packed() const { return false; } in is_packed()
1029 int size() const { in size()
1032 const RepeatedPtrField<std::string>& Get() const { in Get()
1035 RepeatedPtrField<std::string>& Mutable() { in Mutable()
1038 void Clear() { in Clear()
1041 size_t FieldByteSize() const { in FieldByteSize()
[all …]