Searched refs:default_pool (Results 1 – 12 of 12) sorted by relevance
314 return _message.default_pool.FindMessageTypeByName(full_name)562 return _message.default_pool.FindExtensionByName(full_name)564 return _message.default_pool.FindFieldByName(full_name)609 self._cdescriptor = _message.default_pool.FindExtensionByName(full_name)611 self._cdescriptor = _message.default_pool.FindFieldByName(full_name)697 return _message.default_pool.FindEnumTypeByName(full_name)799 return _message.default_pool.FindOneofByName(full_name)852 return _message.default_pool.FindServiceByName(full_name)928 return _message.default_pool.FindMethodByName(full_name)1024 return _message.default_pool.FindFileByName(name)[all …]
1289 _DEFAULT = descriptor._message.default_pool
50 return s->default_pool; in PyUpb_DescriptorPool_GetDefaultPool()645 state->default_pool = PyUpb_DescriptorPool_DoCreateWithCache( in PyUpb_InitDescriptorPool()647 return state->default_pool && in PyUpb_InitDescriptorPool()648 PyModule_AddObject(m, "default_pool", state->default_pool) == 0; in PyUpb_InitDescriptorPool()
77 PyObject* default_pool; member
114 PyObject* default_pool = PyUpb_DescriptorPool_GetDefaultPool(); in PyUpb_DescriptorBase_GetOptions() local115 const upb_DefPool* symtab = PyUpb_DescriptorPool_GetSymtab(default_pool); in PyUpb_DescriptorBase_GetOptions()
164 fn default_pool() { in default_pool() function
899 DefaultPool default_pool = 2 [(google.api.field_behavior) = OPTIONAL]; field
1217 DefaultPool default_pool = 2 [(google.api.field_behavior) = OPTIONAL]; field