Definition at line 405 of file command_line_interface.cc.
◆ MemoryOutputStream() [1/2]
google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::MemoryOutputStream |
( |
GeneratorContextImpl * |
directory, |
|
|
const std::string & |
filename, |
|
|
bool |
append_mode |
|
) |
| |
◆ MemoryOutputStream() [2/2]
◆ ~MemoryOutputStream()
google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::~MemoryOutputStream |
( |
| ) |
|
|
virtual |
◆ BackUp()
virtual void google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::BackUp |
( |
int |
count | ) |
|
|
inlinevirtual |
◆ ByteCount()
virtual int64 google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::ByteCount |
( |
| ) |
const |
|
inlinevirtual |
◆ Next()
virtual bool google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::Next |
( |
void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
inlinevirtual |
◆ UpdateMetadata()
void google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::UpdateMetadata |
( |
size_t |
insertion_offset, |
|
|
size_t |
insertion_length |
|
) |
| |
|
private |
◆ append_mode_
bool google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::append_mode_ |
|
private |
◆ data_
std::string google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::data_ |
|
private |
◆ directory_
GeneratorContextImpl* google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::directory_ |
|
private |
◆ filename_
std::string google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::filename_ |
|
private |
◆ inner_
std::unique_ptr<io::StringOutputStream> google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::inner_ |
|
private |
◆ insertion_point_
std::string google::protobuf::compiler::CommandLineInterface::MemoryOutputStream::insertion_point_ |
|
private |
The documentation for this class was generated from the following file: