Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc247 friend class MemoryOutputStream;
255 class CommandLineInterface::MemoryOutputStream class in 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); in Open()
424 return new MemoryOutputStream(this, filename, insertion_point); in OpenForInsert()
429 CommandLineInterface::MemoryOutputStream::MemoryOutputStream( in MemoryOutputStream() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
436 CommandLineInterface::MemoryOutputStream::MemoryOutputStream( in MemoryOutputStream() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
445 CommandLineInterface::MemoryOutputStream::~MemoryOutputStream() { in ~MemoryOutputStream()
Dcommand_line_interface.h178 class MemoryOutputStream; variable