HomeSort by relevance Sort by last modified time
    Searched full:input_files_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 592 for (int i = 0; i < input_files_.size(); i++) {
594 const FileDescriptor* parsed_file = importer.Import(input_files_[i]);
691 input_files_.clear();
703 for (int i = 0; i < input_files_.size(); i++) {
706 input_files_[i], &virtual_file, &shadowing_disk_file)) {
708 input_files_[i] = virtual_file;
711 cerr << input_files_[i] << ": Input is shadowed in the --proto_path "
717 cerr << input_files_[i] << ": " << strerror(errno) << endl;
721 if (access(input_files_[i].c_str(), F_OK) < 0) {
723 cerr << input_files_[i] << ": " << strerror(ENOENT) << endl
    [all...]
command_line_interface.h 183 // Remaps each file in input_files_ so that it is relative to one of the
280 vector<string> input_files_; // Names of the input proto files. member in class:google::protobuf::compiler::CommandLineInterface

Completed in 210 milliseconds