Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dsymbol_database.py82 self.pool.AddDescriptor(desc)
Ddescriptor_pool.py134 def AddDescriptor(self, desc): member in DescriptorPool
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.cc384 PyObject* AddDescriptor(PyDescriptorPool* self, PyObject* descriptor) { in AddDescriptor() function
511 { "AddDescriptor", (PyCFunction)AddDescriptor, METH_O,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py524 pool.AddDescriptor(unittest_pb2.TestAllTypes.DESCRIPTOR)
535 pool.AddDescriptor(unittest_pb2.TestAllTypes.NestedMessage.DESCRIPTOR)