Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2104 FileDescriptorSet file_set; in GenerateDependencyManifestFile() local
2326 FileDescriptorSet file_set; in WriteDescriptorSet() local
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1499 explicit NotInSet(const std::set<const FileDescriptor*>& file_set) in NotInSet()