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

  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 56 class OutputDirectory;
79 OutputDirectory* output_directory,
89 class LIBPROTOC_EXPORT OutputDirectory {
91 inline OutputDirectory() {}
92 virtual ~OutputDirectory();
116 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OutputDirectory);
code_generator.cc 45 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/
code_generator.h 125 // The type GeneratorContext was once called OutputDirectory. This typedef
127 typedef GeneratorContext OutputDirectory;

Completed in 60 milliseconds