EnumGenerator      48 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc EnumGenerator::EnumGenerator(const EnumDescriptor* descriptor,
EnumGenerator      55 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc EnumGenerator::~EnumGenerator() {}
EnumGenerator      57 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc void EnumGenerator::GenerateDefinition(io::Printer* printer) {
EnumGenerator     122 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc void EnumGenerator::
EnumGenerator     134 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc void EnumGenerator::GenerateSymbolImports(io::Printer* printer) {
EnumGenerator     175 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc void EnumGenerator::GenerateDescriptorInitializer(
EnumGenerator     191 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc void EnumGenerator::GenerateMethods(io::Printer* printer) {
EnumGenerator      54 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h class EnumGenerator {
EnumGenerator      57 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h   explicit EnumGenerator(const EnumDescriptor* descriptor,
EnumGenerator      59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h   ~EnumGenerator();
EnumGenerator      93 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(EnumGenerator);
EnumGenerator      59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc       new scoped_ptr<EnumGenerator>[file->enum_type_count()]),
EnumGenerator      73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc       new EnumGenerator(file->enum_type(i), options));
EnumGenerator      56 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h class EnumGenerator;           // enum.h
EnumGenerator      82 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h   scoped_array<scoped_ptr<EnumGenerator> > enum_generators_;
EnumGenerator     299 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc     enum_generators_(new scoped_ptr<EnumGenerator>[
EnumGenerator     311 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc       new EnumGenerator(descriptor->enum_type(i), options));
EnumGenerator      54 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h class EnumGenerator;           // enum.h
EnumGenerator     160 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h   scoped_array<scoped_ptr<EnumGenerator> > enum_generators_;
EnumGenerator      50 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc EnumGenerator::EnumGenerator(const EnumDescriptor* descriptor)
EnumGenerator      68 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc EnumGenerator::~EnumGenerator() {}
EnumGenerator      70 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc void EnumGenerator::Generate(io::Printer* printer) {
EnumGenerator     256 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc bool EnumGenerator::CanUseEnumValues() {
EnumGenerator      53 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h class EnumGenerator {
EnumGenerator      55 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h   explicit EnumGenerator(const EnumDescriptor* descriptor);
EnumGenerator      56 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h   ~EnumGenerator();
EnumGenerator      78 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(EnumGenerator);
EnumGenerator     227 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc       EnumGenerator(file_->enum_type(i)).Generate(printer);
EnumGenerator     457 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc       GenerateSibling<EnumGenerator>(package_dir, java_package_,
EnumGenerator     460 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc                                      &EnumGenerator::Generate);
EnumGenerator     403 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc     EnumGenerator(descriptor_->enum_type(i)).Generate(printer);