Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc6244 std::set<string> annotation_extensions; in LogUnusedDependency() local
6245 annotation_extensions.insert("google.protobuf.MessageOptions"); in LogUnusedDependency()
6246 annotation_extensions.insert("google.protobuf.FileOptions"); in LogUnusedDependency()
6247 annotation_extensions.insert("google.protobuf.FieldOptions"); in LogUnusedDependency()
6248 annotation_extensions.insert("google.protobuf.EnumOptions"); in LogUnusedDependency()
6249 annotation_extensions.insert("google.protobuf.EnumValueOptions"); in LogUnusedDependency()
6250 annotation_extensions.insert("google.protobuf.ServiceOptions"); in LogUnusedDependency()
6251 annotation_extensions.insert("google.protobuf.MethodOptions"); in LogUnusedDependency()
6252 annotation_extensions.insert("google.protobuf.StreamOptions"); in LogUnusedDependency()
6259 if (annotation_extensions.find( in LogUnusedDependency()
[all …]