/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | text_format.py | 128 descriptor_pool=None, argument 158 descriptor_pool) 182 descriptor_pool=None): argument 185 descriptor_pool) 219 def _BuildMessageFromTypeName(type_name, descriptor_pool): argument 232 factory = message_factory.MessageFactory(descriptor_pool) 234 message_descriptor = descriptor_pool.FindMessageTypeByName(type_name) 253 descriptor_pool=None): argument 285 self.descriptor_pool = descriptor_pool 290 self.descriptor_pool) [all …]
|
D | symbol_database.py | 61 from google.protobuf import descriptor_pool 164 _DEFAULT = SymbolDatabase(pool=descriptor_pool.Default())
|
D | message_factory.py | 42 from google.protobuf import descriptor_pool 52 self.pool = pool or descriptor_pool.DescriptorPool()
|
D | descriptor.py | 838 from google.protobuf import descriptor_pool 839 pool = descriptor_pool.Default()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | text_format_test.py | 57 from google.protobuf import descriptor_pool 1000 descriptor_pool=descriptor_pool.Default()), 1016 descriptor_pool=descriptor_pool.Default()), 1034 text_format.MessageToString(message, descriptor_pool=None), 1045 empty_pool = descriptor_pool.DescriptorPool() 1047 text_format.MessageToString(message, descriptor_pool=empty_pool), 1061 descriptor_pool=descriptor_pool.Default()), 1076 descriptor_pool=descriptor_pool.Default()), 1091 descriptor_pool=descriptor_pool.Default()), 1104 text_format.Merge(text, message, descriptor_pool=descriptor_pool.Default()) [all …]
|
D | proto_builder_test.py | 45 from google.protobuf import descriptor_pool 83 pool = descriptor_pool.DescriptorPool()
|
D | descriptor_pool_test.py | 58 from google.protobuf import descriptor_pool 66 self.pool = descriptor_pool.DescriptorPool() 265 self.pool = descriptor_pool.DescriptorPool(db) 271 self.pool = descriptor_pool.DescriptorPool() 342 pool = descriptor_pool.DescriptorPool() 523 pool = descriptor_pool.DescriptorPool() 559 pool = descriptor_pool.DescriptorPool() 597 pool = descriptor_pool.DescriptorPool() 612 pool = descriptor_pool.DescriptorPool() 624 pool = descriptor_pool.DescriptorPool() [all …]
|
D | symbol_database_test.py | 42 from google.protobuf import descriptor_pool 52 db = symbol_database.SymbolDatabase(pool=descriptor_pool.Default())
|
D | message_factory_test.py | 46 from google.protobuf import descriptor_pool 94 pool = descriptor_pool.DescriptorPool(db) 135 pool = descriptor_pool.DescriptorPool()
|
D | descriptor_test.py | 51 from google.protobuf import descriptor_pool 404 self.assertEqual(unittest_pb2.DESCRIPTOR.pool, descriptor_pool.Default()) 423 return descriptor_pool.DescriptorPool()
|
D | message_test.py | 64 from google.protobuf import descriptor_pool 1829 pool = descriptor_pool.DescriptorPool()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | generated_message_reflection.cc | 182 const DescriptorPool* descriptor_pool, in GeneratedMessageReflection() argument 196 descriptor_pool_ ((descriptor_pool == NULL) ? in GeneratedMessageReflection() 198 descriptor_pool), in GeneratedMessageReflection() 211 const DescriptorPool* descriptor_pool, in GeneratedMessageReflection() argument 227 descriptor_pool_ ((descriptor_pool == NULL) ? in GeneratedMessageReflection() 229 descriptor_pool), in GeneratedMessageReflection()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | def.c | 93 DEFINE_CLASS(DescriptorPool, descriptor_pool,
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 421 VkDescriptorPoolCreateInfo descriptor_pool = { in InitDescriptorPool() local 429 res = vkCreateDescriptorPool(mDevice, &descriptor_pool, NULL, &mDescPool); in InitDescriptorPool()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | Makefile.am | 572 python/google/protobuf/descriptor_pool.py \ 635 python/google/protobuf/pyext/descriptor_pool.cc \ 636 python/google/protobuf/pyext/descriptor_pool.h \
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.cpp | 1800 auto const descriptor_pool = in prepare_descriptor_pool() local 1803 auto result = device.createDescriptorPool(&descriptor_pool, nullptr, &desc_pool); in prepare_descriptor_pool()
|
D | cube.c | 2179 const VkDescriptorPoolCreateInfo descriptor_pool = { in demo_prepare_descriptor_pool() local 2188 err = vkCreateDescriptorPool(demo->device, &descriptor_pool, NULL, &demo->desc_pool); in demo_prepare_descriptor_pool()
|