/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_code_pb.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
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_util.cc | 193 kTypeUrlPrefix, DescriptorPool::generated_pool()); in InitGeneratedTypeResolver() 207 pool == DescriptorPool::generated_pool() in MessageToJsonString() 213 if (pool != DescriptorPool::generated_pool()) { in MessageToJsonString() 223 pool == DescriptorPool::generated_pool() in JsonStringToMessage() 234 if (pool != DescriptorPool::generated_pool()) { in JsonStringToMessage()
|
D | json_util_test.cc | 202 DescriptorPoolDatabase database(*DescriptorPool::generated_pool()); in TEST_F()
|
D | type_resolver_util_test.cc | 67 kUrlPrefix, DescriptorPool::generated_pool())); in DescriptorPoolTypeResolverTest()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 594 DescriptorPool::generated_pool()); in InitDescriptorPool() 600 std::make_pair(DescriptorPool::generated_pool(), in InitDescriptorPool() 617 pool == DescriptorPool::generated_pool()) { in GetDescriptorPool_FromPool()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | generate_datasets.cc | 57 DescriptorPool::generated_pool()->FindMessageTypeByName(message_name); in WriteFileWithPayloads()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_cpp.cc | 198 kTypeUrlPrefix, DescriptorPool::generated_pool()); in main()
|
D | conformance_test.cc | 628 kTypeUrlPrefix, DescriptorPool::generated_pool())); in RunSuite()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | message.cc | 337 GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool()) in RegisterType() 360 if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL; in GetPrototype()
|
D | map_entry.h | 251 DescriptorPool::generated_pool(), in CreateDefaultInstance()
|
D | empty.pb.cc | 36 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fempty_2eproto()
|
D | source_context.pb.cc | 36 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fsource_5fcontext_2eproto()
|
D | duration.pb.cc | 36 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fduration_2eproto()
|
D | timestamp.pb.cc | 36 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2ftimestamp_2eproto()
|
D | field_mask.pb.cc | 36 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2ffield_5fmask_2eproto()
|
D | any.pb.cc | 36 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto()
|
D | generated_message_reflection.cc | 197 DescriptorPool::generated_pool() : in GeneratedMessageReflection() 228 DescriptorPool::generated_pool() : in GeneratedMessageReflection() 2286 DescriptorPool::generated_pool(), in NewGeneratedMessageReflection() 2310 DescriptorPool::generated_pool(), in NewGeneratedMessageReflection()
|
D | dynamic_message.cc | 640 type->file()->pool() == DescriptorPool::generated_pool()) { in GetPrototypeNoLock()
|
D | descriptor.h | 1398 static const DescriptorPool* generated_pool();
|
D | struct.pb.cc | 52 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 43 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
|