Internal change

PiperOrigin-RevId: 523589395
This commit is contained in:
MediaPipe Team
2023-04-11 21:03:38 -07:00
committed by Copybara-Service
parent c9aa24b0e7
commit f923f6bcda
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class OptionsRegistry {
// Finds the descriptor for a protobuf.
static const Descriptor* GetProtobufDescriptor(const std::string& type_name);
// Returns all known google::protobuf extensions to a type.
// Returns all known proto2 extensions to a type.
static void FindAllExtensions(absl::string_view extendee,
std::vector<const FieldDescriptor*>* result);