Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.h83 PyObject* NewOneofFieldsSeq(const OneofDescriptor* descriptor);
Ddescriptor_containers.cc1428 PyObject* NewOneofFieldsSeq(ParentDescriptor descriptor) { in NewOneofFieldsSeq() function
Ddescriptor.cc1452 return NewOneofFieldsSeq(_GetDescriptor(self)); in GetFields()