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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc236 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext { class in class:google::protobuf::compiler::CommandLineInterface
238 GeneratorContextImpl(const vector<const FileDescriptor*>& parsed_files);
239 ~GeneratorContextImpl();
274 MemoryOutputStream(GeneratorContextImpl* directory, const string& filename);
275 MemoryOutputStream(GeneratorContextImpl* directory, const string& filename,
286 GeneratorContextImpl* directory_;
299 CommandLineInterface::GeneratorContextImpl::GeneratorContextImpl( function in class:google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
305 CommandLineInterface::GeneratorContextImpl::~GeneratorContextImpl() {
[all...]

Completed in 555 milliseconds