Home
last modified time | relevance | path

Searched refs:annotation_extensions (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.cc5388 std::set<string> annotation_extensions; in LogUnusedDependency() local
5389 annotation_extensions.insert("google.protobuf.MessageOptions"); in LogUnusedDependency()
5390 annotation_extensions.insert("google.protobuf.FileOptions"); in LogUnusedDependency()
5391 annotation_extensions.insert("google.protobuf.FieldOptions"); in LogUnusedDependency()
5392 annotation_extensions.insert("google.protobuf.EnumOptions"); in LogUnusedDependency()
5393 annotation_extensions.insert("google.protobuf.EnumValueOptions"); in LogUnusedDependency()
5394 annotation_extensions.insert("google.protobuf.ServiceOptions"); in LogUnusedDependency()
5395 annotation_extensions.insert("google.protobuf.MethodOptions"); in LogUnusedDependency()
5396 annotation_extensions.insert("google.protobuf.StreamOptions"); in LogUnusedDependency()
5403 if (annotation_extensions.find( in LogUnusedDependency()
[all …]