Home
last modified time | relevance | path

Searched refs:NewEnumValuesSeq (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h78 PyObject* NewEnumValuesSeq(const EnumDescriptor* descriptor);
Ddescriptor.cc996 return NewEnumValuesSeq(_GetDescriptor(self)); in GetEnumvaluesSeq()
Ddescriptor_containers.cc1354 PyObject* NewEnumValuesSeq(ParentDescriptor descriptor) { in NewEnumValuesSeq() function