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

  /external/chromium_org/tools/gn/
input_file_manager.cc 39 STLDeleteContainerPairSecondPointers(input_files_.begin(),
40 input_files_.end());
55 InputFileMap::const_iterator found = input_files_.find(file_name);
56 if (found == input_files_.end()) {
60 input_files_[file_name] = data;
108 InputFileMap::iterator found = input_files_.find(file_name);
109 if (found == input_files_.end()) {
113 input_files_[file_name] = data;
171 return static_cast<int>(input_files_.size());
177 result->reserve(input_files_.size())
    [all...]
input_file_manager.h 119 InputFileMap input_files_; member in class:InputFileManager
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 633 for (int i = 0; i < input_files_.size(); i++) {
635 const FileDescriptor* parsed_file = importer.Import(input_files_[i]);
732 input_files_.clear();
745 for (int i = 0; i < input_files_.size(); i++) {
748 input_files_[i], &virtual_file, &shadowing_disk_file)) {
750 input_files_[i] = virtual_file;
753 cerr << input_files_[i] << ": Input is shadowed in the --proto_path "
759 cerr << input_files_[i] << ": " << strerror(errno) << endl;
763 if (access(input_files_[i].c_str(), F_OK) < 0) {
765 cerr << input_files_[i] << ": " << strerror(ENOENT) << endl
    [all...]
command_line_interface.h 196 // Remaps each file in input_files_ so that it is relative to one of the
311 vector<string> input_files_; // Names of the input proto files. member in class:google::protobuf::compiler::CommandLineInterface
  /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 359 milliseconds