/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.c | 68 protobuf_globals->generated_pool = NULL; in PHP_GINIT_FUNCTION() 69 generated_pool = NULL; in PHP_GINIT_FUNCTION() 76 if (protobuf_globals->generated_pool != NULL) { in PHP_GSHUTDOWN_FUNCTION() 77 FREE_ZVAL(protobuf_globals->generated_pool); in PHP_GSHUTDOWN_FUNCTION()
|
D | def.c | 96 DescriptorPool *generated_pool; // The actual generated pool variable 99 if (PROTOBUF_G(generated_pool) == NULL) { in ZEND_FUNCTION() 100 MAKE_STD_ZVAL(PROTOBUF_G(generated_pool)); in ZEND_FUNCTION() 101 Z_TYPE_P(PROTOBUF_G(generated_pool)) = IS_OBJECT; in ZEND_FUNCTION() 102 generated_pool = ALLOC(DescriptorPool); in ZEND_FUNCTION() 103 descriptor_pool_init_c_instance(generated_pool TSRMLS_CC); in ZEND_FUNCTION() 104 Z_OBJ_HANDLE_P(PROTOBUF_G(generated_pool)) = zend_objects_store_put( in ZEND_FUNCTION() 105 generated_pool, NULL, in ZEND_FUNCTION() 107 Z_OBJ_HT_P(PROTOBUF_G(generated_pool)) = zend_get_std_object_handlers(); in ZEND_FUNCTION() 109 RETURN_ZVAL(PROTOBUF_G(generated_pool), 1, 0); in ZEND_FUNCTION()
|
D | protobuf.h | 38 extern DescriptorPool* generated_pool; // The actual generated pool 41 zval* generated_pool;
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_code.rb | 6 Google::Protobuf::DescriptorPool.generated_pool.build do 69 … TestMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestMessage").msgclass 70 …TestMessage::NestedMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestMes… 71 TestEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("A.B.C.TestEnum").enummodule
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 556 DescriptorPool::generated_pool()); in InitDescriptorPool() 562 std::make_pair(DescriptorPool::generated_pool(), in InitDescriptorPool() 579 pool == DescriptorPool::generated_pool()) { in GetDescriptorPool_FromPool()
|
/external/protobuf/benchmarks/ |
D | generate_datasets.cc | 57 DescriptorPool::generated_pool()->FindMessageTypeByName(message_name); in WriteFileWithPayloads()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 339 GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool()) in RegisterType() 362 if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL; in GetPrototype()
|
D | empty.pb.cc | 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
|
D | map_entry.h | 249 DescriptorPool::generated_pool(), in CreateDefaultInstance()
|
D | duration.pb.cc | 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fduration_2eproto()
|
D | field_mask.pb.cc | 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2ffield_5fmask_2eproto()
|
D | source_context.pb.cc | 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto()
|
D | timestamp.pb.cc | 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2ftimestamp_2eproto()
|
D | generated_message_reflection.cc | 197 DescriptorPool::generated_pool() : in GeneratedMessageReflection() 228 DescriptorPool::generated_pool() : in GeneratedMessageReflection() 2285 DescriptorPool::generated_pool(), in NewGeneratedMessageReflection() 2309 DescriptorPool::generated_pool(), in NewGeneratedMessageReflection()
|
D | any.pb.cc | 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
|
D | dynamic_message.cc | 641 type->file()->pool() == DescriptorPool::generated_pool()) { in GetPrototypeNoLock()
|
D | descriptor.h | 1392 static const DescriptorPool* generated_pool();
|
D | struct.pb.cc | 51 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
|
D | extension_set_unittest.cc | 1087 DescriptorPool dynamic_pool(DescriptorPool::generated_pool()); in TEST()
|
/external/protobuf/conformance/ |
D | conformance_cpp.cc | 198 kTypeUrlPrefix, DescriptorPool::generated_pool()); in main()
|
D | conformance_test.cc | 610 kTypeUrlPrefix, DescriptorPool::generated_pool())); in RunSuite()
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util_test.cc | 67 kTypeUrlPrefix, DescriptorPool::generated_pool())); in JsonUtilTest()
|
D | type_resolver_util_test.cc | 67 kUrlPrefix, DescriptorPool::generated_pool())); in DescriptorPoolTypeResolverTest()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 95 VALUE generated_pool; variable 132 generated_pool = rb_class_new_instance(0, NULL, klass); in DescriptorPool_register() 133 rb_gc_register_address(&generated_pool); in DescriptorPool_register() 219 return generated_pool; in DescriptorPool_generated_pool()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 42 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
|