Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h94 void PrintDescriptor(const Descriptor& message_descriptor) const;
Dpython_generator.cc525 PrintDescriptor(*file_->message_type(i)); in PrintMessageDescriptors()
638 void Generator::PrintDescriptor(const Descriptor& message_descriptor) const { in PrintDescriptor() function in google::protobuf::compiler::python::Generator
733 PrintDescriptor(*containing_descriptor.nested_type(i)); in PrintNestedDescriptors()