Searched refs:MemoryOutputStream (Results 1 – 2 of 2) sorted by relevance
247 friend class MemoryOutputStream;255 class CommandLineInterface::MemoryOutputStream class in google::protobuf::compiler::CommandLineInterface258 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::MemoryOutputStream436 CommandLineInterface::MemoryOutputStream::MemoryOutputStream( in MemoryOutputStream() function in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream445 CommandLineInterface::MemoryOutputStream::~MemoryOutputStream() { in ~MemoryOutputStream()
178 class MemoryOutputStream; variable