Home
last modified time | relevance | path

Searched defs:GenerateEnum (Results 1 – 3 of 3) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc291 void GenerateEnum(const EnumDescriptor* en, io::Printer* printer) { in GenerateEnum() function
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc291 void GenerateEnum(const EnumDescriptor* en, io::Printer* printer) { in GenerateEnum() function
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc3333 void Generator::GenerateEnum(const GeneratorOptions& options, in GenerateEnum() function in google::protobuf::compiler::js::Generator