Searched refs:descriptor_pool (Results 1 – 9 of 9) sorted by relevance
63 from google.protobuf import descriptor_pool80 self.pool = descriptor_pool.DescriptorPool()
48 from google.protobuf import descriptor_pool58 self.pool = (pool or descriptor_pool.DescriptorPool(
36 from google.protobuf import descriptor_pool74 _POOL = descriptor_pool.DescriptorPool(_DB)
42 from google.protobuf import descriptor_pool90 pool = descriptor_pool.DescriptorPool(db)
50 from google.protobuf import descriptor_pool56 self.pool = descriptor_pool.DescriptorPool()224 self.pool = descriptor_pool.DescriptorPool(db)405 pool = descriptor_pool.DescriptorPool()439 pool = descriptor_pool.DescriptorPool()473 pool = descriptor_pool.DescriptorPool()
178 const DescriptorPool* descriptor_pool, in GeneratedMessageReflection() argument188 descriptor_pool_ ((descriptor_pool == NULL) ? in GeneratedMessageReflection()190 descriptor_pool), in GeneratedMessageReflection()203 const DescriptorPool* descriptor_pool, in GeneratedMessageReflection() argument215 descriptor_pool_ ((descriptor_pool == NULL) ? in GeneratedMessageReflection()217 descriptor_pool), in GeneratedMessageReflection()
205 static CDescriptorPool* descriptor_pool; variable1882 cdescriptor_pool::FindFieldByName(descriptor_pool, full_field_name); in CheckAndGetInteger()2121 return cdescriptor_pool::FindFieldByName(descriptor_pool, arg); in CheckAndGetInteger()2125 return cdescriptor_pool::FindExtensionByName(descriptor_pool, arg); in CheckAndGetInteger()2418 descriptor_pool = reinterpret_cast<google::protobuf::python::CDescriptorPool*>( in CheckAndGetInteger()
232 python/google/protobuf/descriptor_pool.py \
567 python/google/protobuf/descriptor_pool.py \