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

/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h77 void PrintNestedEnums(const Descriptor& descriptor) const;
H A Dpython_generator.cc393 PrintNestedEnums(*file_->message_type(i));
441 void Generator::PrintNestedEnums(const Descriptor& descriptor) const { function in class:google::protobuf::compiler::python::Generator
443 PrintNestedEnums(*descriptor.nested_type(i));

Completed in 78 milliseconds