Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py128 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 …]
Dsymbol_database.py61 from google.protobuf import descriptor_pool
164 _DEFAULT = SymbolDatabase(pool=descriptor_pool.Default())
Dmessage_factory.py42 from google.protobuf import descriptor_pool
52 self.pool = pool or descriptor_pool.DescriptorPool()
Ddescriptor.py838 from google.protobuf import descriptor_pool
839 pool = descriptor_pool.Default()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dtext_format_test.py57 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 …]
Dproto_builder_test.py45 from google.protobuf import descriptor_pool
83 pool = descriptor_pool.DescriptorPool()
Ddescriptor_pool_test.py58 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 …]
Dsymbol_database_test.py42 from google.protobuf import descriptor_pool
52 db = symbol_database.SymbolDatabase(pool=descriptor_pool.Default())
Dmessage_factory_test.py46 from google.protobuf import descriptor_pool
94 pool = descriptor_pool.DescriptorPool(db)
135 pool = descriptor_pool.DescriptorPool()
Ddescriptor_test.py51 from google.protobuf import descriptor_pool
404 self.assertEqual(unittest_pb2.DESCRIPTOR.pool, descriptor_pool.Default())
423 return descriptor_pool.DescriptorPool()
Dmessage_test.py64 from google.protobuf import descriptor_pool
1829 pool = descriptor_pool.DescriptorPool()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection.cc182 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/
Ddef.c93 DEFINE_CLASS(DescriptorPool, descriptor_pool,
/frameworks/rs/rsov/driver/
DrsovScript.cpp421 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/
DMakefile.am572 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/
Dcube.cpp1800 auto const descriptor_pool = in prepare_descriptor_pool() local
1803 auto result = device.createDescriptorPool(&descriptor_pool, nullptr, &desc_pool); in prepare_descriptor_pool()
Dcube.c2179 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()