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.h78 void PrintNestedEnums(const Descriptor& descriptor) const;
Dpython_generator.cc448 PrintNestedEnums(*file_->message_type(i)); in PrintAllNestedEnumsInFile()
496 void Generator::PrintNestedEnums(const Descriptor& descriptor) const { in PrintNestedEnums() function in google::protobuf::compiler::python::Generator
498 PrintNestedEnums(*descriptor.nested_type(i)); in PrintNestedEnums()