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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 36 from google.protobuf import descriptor_pool namespace
74 _POOL = descriptor_pool.DescriptorPool(_DB)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 33 """Tests for google.protobuf.descriptor_pool."""
43 from google.protobuf import descriptor_pool namespace
49 self.pool = descriptor_pool.DescriptorPool()
214 self.pool = descriptor_pool.DescriptorPool(db)
message_factory_test.py 42 from google.protobuf import descriptor_pool namespace
90 pool = descriptor_pool.DescriptorPool(db)
  /external/chromium_org/third_party/protobuf/python/
setup.py 180 'google.protobuf.descriptor_pool',
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 178 const DescriptorPool* descriptor_pool,
188 descriptor_pool_ ((descriptor_pool == NULL) ?
190 descriptor_pool),
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 163 const DescriptorPool* descriptor_pool,
173 descriptor_pool_ ((descriptor_pool == NULL) ?
175 descriptor_pool),
    [all...]
  /external/chromium_org/third_party/protobuf/
protobuf.gyp 330 'python/google/protobuf/descriptor_pool.py',

Completed in 181 milliseconds