Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.h86 const ServiceDescriptor* PyServiceDescriptor_AsDescriptor(PyObject* obj);
Ddescriptor_pool.cc556 PyServiceDescriptor_AsDescriptor(descriptor); in AddServiceDescriptor()
Ddescriptor.cc1771 const ServiceDescriptor* PyServiceDescriptor_AsDescriptor(PyObject* obj) { in PyServiceDescriptor_AsDescriptor() function