Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc796 for (int i = 0; i < output_directives_.size(); i++) { in Run()
797 string output_location = output_directives_[i].output_location; in Run()
809 if (!GenerateOutput(parsed_files, output_directives_[i], *map_slot)) { in Run()
900 output_directives_.clear(); in Clear()
1007 if (mode_ == MODE_COMPILE && output_directives_.empty() && in ParseArguments()
1222 if (!output_directives_.empty() || !descriptor_set_name_.empty()) { in InterpretArgument()
1288 if (!output_directives_.empty() || !descriptor_set_name_.empty()) { in InterpretArgument()
1341 output_directives_.push_back(directive); in InterpretArgument()
Dcommand_line_interface.h358 vector<OutputDirective> output_directives_; variable