Searched defs:ExtensionGenerator (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ | ||
D | java_generator_factory.h | 46 class ExtensionGenerator; // extension.h variable |
D | java_extension.h | 66 explicit ExtensionGenerator() {} in ExtensionGenerator() function |
D | java_file.h | 55 class ExtensionGenerator; // extension.h variable |
/external/protobuf/src/google/protobuf/compiler/cpp/ | ||
D | cpp_message.h | 56 class ExtensionGenerator; // extension.h variable |
D | cpp_file.h | 60 class ExtensionGenerator; // extension.h variable |
D | cpp_extension.cc | 59 ExtensionGenerator::ExtensionGenerator(const FieldDescriptor* descriptor, in ExtensionGenerator() function in google::protobuf::compiler::cpp::ExtensionGenerator |
/external/protobuf/src/google/protobuf/compiler/javanano/ | ||
D | javanano_extension.cc | 126 ExtensionGenerator(const FieldDescriptor* descriptor, const Params& params) in ExtensionGenerator() function in google::protobuf::compiler::javanano::ExtensionGenerator |