Home
last modified time | relevance | path

Searched refs:PrintNestedEnums (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h82 void PrintNestedEnums(const Descriptor& descriptor) const;
Dpython_generator.cc494 PrintNestedEnums(*file_->message_type(i)); in PrintAllNestedEnumsInFile()
541 void Generator::PrintNestedEnums(const Descriptor& descriptor) const { in PrintNestedEnums() function in google::protobuf::compiler::python::Generator
543 PrintNestedEnums(*descriptor.nested_type(i)); in PrintNestedEnums()