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.cc546 static PyDescriptorPool* python_generated_pool = NULL; variable
555 python_generated_pool = cdescriptor_pool::PyDescriptorPool_NewWithUnderlay( in InitDescriptorPool()
557 if (python_generated_pool == NULL) { in InitDescriptorPool()
563 python_generated_pool)); in InitDescriptorPool()
573 return python_generated_pool; in GetDefaultDescriptorPool()
578 if (pool == python_generated_pool->pool || in GetDescriptorPool_FromPool()
580 return python_generated_pool; in GetDescriptorPool_FromPool()