Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1578 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
1586 current_output.reset(); in GeneratePluginOutput()
1587 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
1593 current_output.reset(); in GeneratePluginOutput()
1594 current_output.reset(generator_context->Open(output_file.name())); in GeneratePluginOutput()
1595 } else if (current_output == NULL) { in GeneratePluginOutput()
1604 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()