HomeSort by relevance Sort by last modified time
    Searched defs:GeneratorContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
code_generator.h 56 class GeneratorContext;
79 GeneratorContext* generator_context,
90 class LIBPROTOC_EXPORT GeneratorContext {
92 inline GeneratorContext() {}
93 virtual ~GeneratorContext();
122 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratorContext);
125 // The type GeneratorContext was once called OutputDirectory. This typedef
127 typedef GeneratorContext OutputDirectory;
code_generator.cc 45 GeneratorContext::~GeneratorContext() {}
47 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert(
49 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
53 void GeneratorContext::ListParsedFiles(
55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";

Completed in 188 milliseconds