Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc60 static hash_map<const DescriptorPool*, PyDescriptorPool*> descriptor_pool_map; variable
105 if (!descriptor_pool_map.insert( in PyDescriptorPool_NewWithUnderlay()
128 if (!descriptor_pool_map.insert(std::make_pair(cpool->pool, cpool)).second) { in PyDescriptorPool_NewWithDatabase()
155 descriptor_pool_map.erase(self->pool); in Dealloc()
561 descriptor_pool_map.insert( in InitDescriptorPool()
583 descriptor_pool_map.find(pool); in GetDescriptorPool_FromPool()
584 if (it == descriptor_pool_map.end()) { in GetDescriptorPool_FromPool()