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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h78 void PrintEnum(const EnumDescriptor& enum_descriptor) const;
H A Dpython_generator.cc350 PrintEnum(enum_descriptor);
383 void Generator::PrintEnum(const EnumDescriptor& enum_descriptor) const { function in class:google::protobuf::compiler::python::Generator
426 PrintEnum(*descriptor.enum_type(i));
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h78 void PrintEnum(const EnumDescriptor& enum_descriptor) const;
H A Dpython_generator.cc325 PrintEnum(enum_descriptor);
353 void Generator::PrintEnum(const EnumDescriptor& enum_descriptor) const { function in class:google::protobuf::compiler::python::Generator
396 PrintEnum(*descriptor.enum_type(i));

Completed in 37 milliseconds