Searched refs:output_directives_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h313 // output_directives_ lists all the files we are supposed to output and what
321 vector<OutputDirective> output_directives_; member in class:google::protobuf::compiler::CommandLineInterface
H A Dcommand_line_interface.cc655 for (int i = 0; i < output_directives_.size(); i++) {
656 string output_location = output_directives_[i].output_location;
668 if (!GenerateOutput(parsed_files, output_directives_[i], *map_slot)) {
733 output_directives_.clear();
826 if (mode_ == MODE_COMPILE && output_directives_.empty() &&
1007 if (!output_directives_.empty() || !descriptor_set_name_.empty()) {
1109 output_directives_.push_back(directive);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h282 // output_directives_ lists all the files we are supposed to output and what
290 vector<OutputDirective> output_directives_; member in class:google::protobuf::compiler::CommandLineInterface
H A Dcommand_line_interface.cc614 for (int i = 0; i < output_directives_.size(); i++) {
615 string output_location = output_directives_[i].output_location;
627 if (!GenerateOutput(parsed_files, output_directives_[i], *map_slot)) {
692 output_directives_.clear();
778 if (mode_ == MODE_COMPILE && output_directives_.empty() &&
943 if (!output_directives_.empty() || !descriptor_set_name_.empty()) {
1035 output_directives_.push_back(directive);

Completed in 79 milliseconds