/external/protobuf/python/google/protobuf/ |
symbol_database.py | 63 from google.protobuf import descriptor_pool 80 self.pool = pool or descriptor_pool.Default() 180 _DEFAULT = SymbolDatabase(pool=descriptor_pool.Default())
|
message_factory.py | 42 from google.protobuf import descriptor_pool 52 self.pool = pool or descriptor_pool.DescriptorPool()
|
descriptor.py | 817 from google.protobuf import descriptor_pool 818 pool = descriptor_pool.Default() [all...] |
/external/nanopb-c/generator/google/protobuf/ |
message_factory.py | 36 from google.protobuf import descriptor_pool 74 _POOL = descriptor_pool.DescriptorPool(_DB)
|
/external/protobuf/python/google/protobuf/internal/ |
proto_builder_test.py | 45 from google.protobuf import descriptor_pool 83 pool = descriptor_pool.DescriptorPool()
|
message_factory_test.py | 46 from google.protobuf import descriptor_pool 94 pool = descriptor_pool.DescriptorPool(db) 135 pool = descriptor_pool.DescriptorPool()
|
descriptor_pool_test.py | 33 """Tests for google.protobuf.descriptor_pool.""" 57 from google.protobuf import descriptor_pool 65 self.pool = descriptor_pool.DescriptorPool() 264 self.pool = descriptor_pool.DescriptorPool(db) 270 self.pool = descriptor_pool.DescriptorPool() 341 pool = descriptor_pool.DescriptorPool() 522 pool = descriptor_pool.DescriptorPool() 558 pool = descriptor_pool.DescriptorPool() 596 pool = descriptor_pool.DescriptorPool() 611 pool = descriptor_pool.DescriptorPool( [all...] |
descriptor_test.py | 51 from google.protobuf import descriptor_pool 403 self.assertEqual(unittest_pb2.DESCRIPTOR.pool, descriptor_pool.Default()) 422 return descriptor_pool.DescriptorPool() [all...] |
message_test.py | 64 from google.protobuf import descriptor_pool [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
extension_dict.cc | 42 #include <google/protobuf/pyext/descriptor_pool.h>
|
descriptor_pool.cc | 39 #include <google/protobuf/pyext/descriptor_pool.h>
|
repeated_composite_container.cc | 47 #include <google/protobuf/pyext/descriptor_pool.h>
|
repeated_scalar_container.cc | 47 #include <google/protobuf/pyext/descriptor_pool.h>
|
descriptor.cc | 42 #include <google/protobuf/pyext/descriptor_pool.h> [all...] |
descriptor_containers.cc | 56 #include <google/protobuf/pyext/descriptor_pool.h> [all...] |
message.cc | 61 #include <google/protobuf/pyext/descriptor_pool.h> [all...] |
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 182 const DescriptorPool* descriptor_pool, 196 descriptor_pool_ ((descriptor_pool == NULL) ? 198 descriptor_pool), 211 const DescriptorPool* descriptor_pool, 227 descriptor_pool_ ((descriptor_pool == NULL) ? 229 descriptor_pool), [all...] |
/external/protobuf/php/ext/google/protobuf/ |
def.c | 93 DEFINE_CLASS(DescriptorPool, descriptor_pool,
|
/frameworks/rs/rsov/driver/ |
rsovScript.cpp | 359 VkDescriptorPoolCreateInfo descriptor_pool = { 367 res = vkCreateDescriptorPool(mDevice, &descriptor_pool, NULL, &mDescPool);
|
/external/protobuf/ |
Makefile.am | [all...] |
/external/protobuf/util/ |
Makefile.am | [all...] |
/external/vulkan-validation-layers/layers/ |
object_tracker.cpp | 165 static void AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDescriptorSet descriptor_set, 178 pNewObjNode->parent_object = reinterpret_cast<uint64_t &>(descriptor_pool); 185 static bool ValidateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDescriptorSet descriptor_set) { 193 if (pNode->parent_object != reinterpret_cast<uint64_t &>(descriptor_pool)) { 199 reinterpret_cast<uint64_t &>(descriptor_pool)); [all...] |
/external/vulkan-validation-layers/demos/ |
cube.cpp | 1597 auto const descriptor_pool = vk::DescriptorPoolCreateInfo() local [all...] |
cube.c | 1864 const VkDescriptorPoolCreateInfo descriptor_pool = { local [all...] |