Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.h154 PyDescriptorPool* GetDefaultDescriptorPool();
Ddescriptor_pool.cc610 PyDescriptorPool* GetDefaultDescriptorPool() { in GetDefaultDescriptorPool() function
Dmessage.cc3021 Py_INCREF(GetDefaultDescriptorPool()); in CheckAndGetInteger()
3023 reinterpret_cast<PyObject*>(GetDefaultDescriptorPool())); in CheckAndGetInteger()
Ddescriptor.cc215 pool = GetDefaultDescriptorPool(); in GetOrBuildOptions()