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

/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h56 class GeneratorContext;
79 GeneratorContext* generator_context,
90 class LIBPROTOC_EXPORT GeneratorContext { class in namespace:google::protobuf::compiler
92 inline GeneratorContext() {} function in class:google::protobuf::compiler::GeneratorContext
93 virtual ~GeneratorContext();
125 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratorContext);
128 // The type GeneratorContext was once called OutputDirectory. This typedef
130 typedef GeneratorContext OutputDirectory;
H A Dcode_generator.cc45 GeneratorContext::~GeneratorContext() {}
48 GeneratorContext::OpenForAppend(const string& filename) {
52 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert(
54 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
58 void GeneratorContext::ListParsedFiles(
60 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";

Completed in 253 milliseconds