|
|
@ -1045,7 +1045,7 @@ class PROTOBUF_EXPORT Reflection final { |
|
|
|
const OneofDescriptor* oneof_descriptor) const; |
|
|
|
const OneofDescriptor* oneof_descriptor) const; |
|
|
|
inline uint32* MutableOneofCase( |
|
|
|
inline uint32* MutableOneofCase( |
|
|
|
Message* message, const OneofDescriptor* oneof_descriptor) const; |
|
|
|
Message* message, const OneofDescriptor* oneof_descriptor) const; |
|
|
|
inline bool HasExtensionSet(const Message& message) const { |
|
|
|
inline bool HasExtensionSet(const Message& /* message */) const { |
|
|
|
return schema_.HasExtensionSet(); |
|
|
|
return schema_.HasExtensionSet(); |
|
|
|
} |
|
|
|
} |
|
|
|
const internal::ExtensionSet& GetExtensionSet(const Message& message) const; |
|
|
|
const internal::ExtensionSet& GetExtensionSet(const Message& message) const; |
|
|
|