Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc341 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext { class in google::protobuf::compiler::CommandLineInterface
343 GeneratorContextImpl(const vector<const FileDescriptor*>& parsed_files);
344 ~GeneratorContextImpl();
383 MemoryOutputStream(GeneratorContextImpl* directory, const string& filename,
385 MemoryOutputStream(GeneratorContextImpl* directory, const string& filename,
396 GeneratorContextImpl* directory_;
412 CommandLineInterface::GeneratorContextImpl::GeneratorContextImpl( in GeneratorContextImpl() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
418 CommandLineInterface::GeneratorContextImpl::~GeneratorContextImpl() { in ~GeneratorContextImpl()
422 bool CommandLineInterface::GeneratorContextImpl::WriteAllToDisk( in WriteAllToDisk()
497 bool CommandLineInterface::GeneratorContextImpl::WriteAllToZip( in WriteAllToZip()
[all …]
Dcommand_line_interface.h192 class GeneratorContextImpl; variable
194 typedef hash_map<string, GeneratorContextImpl*> GeneratorContextMap;