FileGenerator 53 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc FileGenerator::FileGenerator(const FileDescriptor* file, FileGenerator 89 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc FileGenerator::~FileGenerator() {} FileGenerator 91 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc void FileGenerator::GenerateHeader(io::Printer* printer) { FileGenerator 305 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc void FileGenerator::GenerateSource(io::Printer* printer) { FileGenerator 409 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc void FileGenerator::GenerateBuildDescriptors(io::Printer* printer) { FileGenerator 636 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc void FileGenerator::GenerateNamespaceOpeners(io::Printer* printer) { FileGenerator 645 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc void FileGenerator::GenerateNamespaceClosers(io::Printer* printer) { FileGenerator 61 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h class FileGenerator { FileGenerator 64 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h explicit FileGenerator(const FileDescriptor* file, FileGenerator 66 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h ~FileGenerator(); FileGenerator 91 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator); FileGenerator 100 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc FileGenerator file_generator(file, file_options); FileGenerator 135 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc FileGenerator::FileGenerator(const FileDescriptor* file) FileGenerator 141 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc FileGenerator::~FileGenerator() {} FileGenerator 143 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc bool FileGenerator::Validate(string* error) { FileGenerator 181 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc void FileGenerator::Generate(io::Printer* printer) { FileGenerator 281 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc void FileGenerator::GenerateEmbeddedDescriptor(io::Printer* printer) { FileGenerator 452 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc void FileGenerator::GenerateSiblings(const string& package_dir, FileGenerator 483 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc bool FileGenerator::ShouldIncludeDependency(const FileDescriptor* descriptor) { FileGenerator 57 third_party/protobuf/src/google/protobuf/compiler/java/java_file.h class FileGenerator { FileGenerator 59 third_party/protobuf/src/google/protobuf/compiler/java/java_file.h explicit FileGenerator(const FileDescriptor* file); FileGenerator 60 third_party/protobuf/src/google/protobuf/compiler/java/java_file.h ~FileGenerator(); FileGenerator 93 third_party/protobuf/src/google/protobuf/compiler/java/java_file.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator); FileGenerator 87 third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc FileGenerator file_generator(file);