Home
last modified time | relevance | path

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

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