Home
last modified time | relevance | path

Searched refs:generated_pool (Results 1 – 25 of 33) sorted by relevance

12

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.c68 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()
Ddef.c96 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()
Dprotobuf.h38 extern DescriptorPool* generated_pool; // The actual generated pool
41 zval* generated_pool;
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_code.rb6 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/
Ddescriptor_pool.cc556 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/
Dgenerate_datasets.cc57 DescriptorPool::generated_pool()->FindMessageTypeByName(message_name); in WriteFileWithPayloads()
/external/protobuf/src/google/protobuf/
Dmessage.cc339 GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool()) in RegisterType()
362 if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL; in GetPrototype()
Dempty.pb.cc35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
Dmap_entry.h249 DescriptorPool::generated_pool(), in CreateDefaultInstance()
Dduration.pb.cc35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fduration_2eproto()
Dfield_mask.pb.cc35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2ffield_5fmask_2eproto()
Dsource_context.pb.cc35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto()
Dtimestamp.pb.cc35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2ftimestamp_2eproto()
Dgenerated_message_reflection.cc197 DescriptorPool::generated_pool() : in GeneratedMessageReflection()
228 DescriptorPool::generated_pool() : in GeneratedMessageReflection()
2285 DescriptorPool::generated_pool(), in NewGeneratedMessageReflection()
2309 DescriptorPool::generated_pool(), in NewGeneratedMessageReflection()
Dany.pb.cc35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
Ddynamic_message.cc641 type->file()->pool() == DescriptorPool::generated_pool()) { in GetPrototypeNoLock()
Ddescriptor.h1392 static const DescriptorPool* generated_pool();
Dstruct.pb.cc51 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
Dextension_set_unittest.cc1087 DescriptorPool dynamic_pool(DescriptorPool::generated_pool()); in TEST()
/external/protobuf/conformance/
Dconformance_cpp.cc198 kTypeUrlPrefix, DescriptorPool::generated_pool()); in main()
Dconformance_test.cc610 kTypeUrlPrefix, DescriptorPool::generated_pool())); in RunSuite()
/external/protobuf/src/google/protobuf/util/
Djson_util_test.cc67 kTypeUrlPrefix, DescriptorPool::generated_pool())); in JsonUtilTest()
Dtype_resolver_util_test.cc67 kUrlPrefix, DescriptorPool::generated_pool())); in DescriptorPoolTypeResolverTest()
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c95 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/
Dplugin.pb.cc42 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()

12