Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc654 const FileDescriptor* parsed_file = importer.Import(input_files_[i]); in Run() local
656 if (parsed_file == NULL) return 1; in Run()
657 parsed_files.push_back(parsed_file); in Run()
660 if (disallow_services_ && parsed_file->service_count() > 0) { in Run()
661 cerr << parsed_file->name() << ": This file contains services, but " in Run()