Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.h79 PyObject* NewEnumValuesSeq(const EnumDescriptor* descriptor);
Ddescriptor.cc1001 return NewEnumValuesSeq(_GetDescriptor(self)); in GetEnumvaluesSeq()
Ddescriptor_containers.cc1378 PyObject* NewEnumValuesSeq(ParentDescriptor descriptor) { in NewEnumValuesSeq() function