Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h95 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const;
Dpython_generator.cc639 PrintNestedDescriptors(message_descriptor); in PrintDescriptor()
730 void Generator::PrintNestedDescriptors( in PrintNestedDescriptors() function in google::protobuf::compiler::python::Generator