HomeSort by relevance Sort by last modified time
    Searched refs:descriptor_pool (Results 1 - 10 of 10) sorted by null

  /external/nanopb-c/generator/google/protobuf/
message_factory.py 36 from google.protobuf import descriptor_pool namespace
74 _POOL = descriptor_pool.DescriptorPool(_DB)
  /external/protobuf/python/google/protobuf/
symbol_database.py 63 from google.protobuf import descriptor_pool namespace
80 self.pool = descriptor_pool.DescriptorPool()
message_factory.py 48 from google.protobuf import descriptor_pool namespace
58 self.pool = (pool or descriptor_pool.DescriptorPool(
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 42 from google.protobuf import descriptor_pool namespace
90 pool = descriptor_pool.DescriptorPool(db)
descriptor_pool_test.py 33 """Tests for google.protobuf.descriptor_pool."""
50 from google.protobuf import descriptor_pool namespace
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/
generated_message_reflection.cc 178 const DescriptorPool* descriptor_pool,
188 descriptor_pool_ ((descriptor_pool == NULL) ?
190 descriptor_pool),
203 const DescriptorPool* descriptor_pool,
215 descriptor_pool_ ((descriptor_pool == NULL) ?
217 descriptor_pool),
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 205 static CDescriptorPool* descriptor_pool; member in namespace:google::protobuf::python
    [all...]
  /external/protobuf/
Makefile.am 232 python/google/protobuf/descriptor_pool.py \
  /external/vulkan-validation-layers/demos/
cube.c 1649 const VkDescriptorPoolCreateInfo descriptor_pool = { local
    [all...]
tri.c 1387 const VkDescriptorPoolCreateInfo descriptor_pool = { local
    [all...]

Completed in 341 milliseconds