Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc503 static PyObject* AddDescriptor(PyObject* self, PyObject* descriptor) { in AddDescriptor() function
640 { "AddDescriptor", AddDescriptor, METH_O,
/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py221 def AddDescriptor(self, desc): member in DescriptorPool
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py1038 pool.AddDescriptor(0)