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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h77 void PrintNestedEnums(const Descriptor& descriptor) const;
H A Dpython_generator.cc376 PrintNestedEnums(*file_->message_type(i));
420 void Generator::PrintNestedEnums(const Descriptor& descriptor) const { function in class:google::protobuf::compiler::python::Generator
422 PrintNestedEnums(*descriptor.nested_type(i));
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h77 void PrintNestedEnums(const Descriptor& descriptor) const;
H A Dpython_generator.cc346 PrintNestedEnums(*file_->message_type(i));
390 void Generator::PrintNestedEnums(const Descriptor& descriptor) const { function in class:google::protobuf::compiler::python::Generator
392 PrintNestedEnums(*descriptor.nested_type(i));

Completed in 120 milliseconds