Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc721 static PyDescriptorPool* python_generated_pool = NULL; variable
732 python_generated_pool = cdescriptor_pool::PyDescriptorPool_NewWithUnderlay( in InitDescriptorPool()
734 if (python_generated_pool == NULL) { in InitDescriptorPool()
742 python_generated_pool)); in InitDescriptorPool()
752 return python_generated_pool; in GetDefaultDescriptorPool()
757 if (pool == python_generated_pool->pool || in GetDescriptorPool_FromPool()
759 return python_generated_pool; in GetDescriptorPool_FromPool()