Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h135 void PrintEnumValueDescriptor(const EnumValueDescriptor& descriptor) const;
Dpython_generator.cc504 PrintEnumValueDescriptor(*enum_descriptor.value(i)); in PrintEnum()
1046 void Generator::PrintEnumValueDescriptor( in PrintEnumValueDescriptor() function in google::protobuf::compiler::python::Generator