Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dsymbol_database.py63 from google.protobuf import descriptor_pool
80 self.pool = descriptor_pool.DescriptorPool()
Dmessage_factory.py48 from google.protobuf import descriptor_pool
58 self.pool = (pool or descriptor_pool.DescriptorPool(
/external/nanopb-c/generator/google/protobuf/
Dmessage_factory.py36 from google.protobuf import descriptor_pool
74 _POOL = descriptor_pool.DescriptorPool(_DB)
/external/protobuf/python/google/protobuf/internal/
Dmessage_factory_test.py42 from google.protobuf import descriptor_pool
90 pool = descriptor_pool.DescriptorPool(db)
Ddescriptor_pool_test.py50 from google.protobuf import descriptor_pool
56 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()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc178 const DescriptorPool* descriptor_pool, in GeneratedMessageReflection() argument
188 descriptor_pool_ ((descriptor_pool == NULL) ? in GeneratedMessageReflection()
190 descriptor_pool), in GeneratedMessageReflection()
203 const DescriptorPool* descriptor_pool, in GeneratedMessageReflection() argument
215 descriptor_pool_ ((descriptor_pool == NULL) ? in GeneratedMessageReflection()
217 descriptor_pool), in GeneratedMessageReflection()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc205 static CDescriptorPool* descriptor_pool; variable
1882 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()
/external/protobuf/
DMakefile.am232 python/google/protobuf/descriptor_pool.py \
DMakefile.in567 python/google/protobuf/descriptor_pool.py \