Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc66 static google::protobuf::DescriptorPool* g_descriptor_pool = NULL; variable
268 if (g_descriptor_pool == NULL) { in GetDescriptorPool()
269 g_descriptor_pool = new google::protobuf::DescriptorPool( in GetDescriptorPool()
272 return g_descriptor_pool; in GetDescriptorPool()