Searched defs:MemoryOutputStream (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc247 friend class MemoryOutputStream;
255 class CommandLineInterface::MemoryOutputStream class in class:google::protobuf::compiler::CommandLineInterface
258 MemoryOutputStream(MemoryOutputDirectory* directory, const string& filename);
259 MemoryOutputStream(MemoryOutputDirectory* directory, const string& filename,
261 virtual ~MemoryOutputStream();
418 return new MemoryOutputStream(this, filename);
424 return new MemoryOutputStream(this, filename, insertion_point);
429 CommandLineInterface::MemoryOutputStream::MemoryOutputStream( function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
436 CommandLineInterface::MemoryOutputStream function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
[all...]

Completed in 11 milliseconds