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

/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h56 class OutputDirectory;
79 OutputDirectory* output_directory,
89 class LIBPROTOC_EXPORT OutputDirectory { class in namespace:google::protobuf::compiler
91 inline OutputDirectory() {} function in class:google::protobuf::compiler::OutputDirectory
92 virtual ~OutputDirectory();
116 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OutputDirectory);
H A Dcode_generator.cc45 OutputDirectory::~OutputDirectory() {}
47 io::ZeroCopyOutputStream* OutputDirectory::OpenForInsert(
49 GOOGLE_LOG(FATAL) << "This OutputDirectory does not support insertion.";
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h125 // The type GeneratorContext was once called OutputDirectory. This typedef
127 typedef GeneratorContext OutputDirectory; typedef in namespace:google::protobuf::compiler

Completed in 762 milliseconds