Searched defs:g_descriptor_pool (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_descriptor.cc48 static google::protobuf::DescriptorPool* g_descriptor_pool = NULL; member in namespace:google::protobuf::python
277 if (g_descriptor_pool == NULL) {
278 g_descriptor_pool = new google::protobuf::DescriptorPool(
281 return g_descriptor_pool;

Completed in 48 milliseconds