/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 287 DynamicMessage(const TypeInfo* type_info); 290 DynamicMessage(TypeInfo* type_info, bool lock_factory); 317 DynamicMessage(const TypeInfo* type_info, Arena* arena); 343 DynamicMessage::DynamicMessage(const TypeInfo* type_info) in DynamicMessage() argument 344 : type_info_(type_info), cached_byte_size_(0) { in DynamicMessage() 348 DynamicMessage::DynamicMessage(const TypeInfo* type_info, Arena* arena) in DynamicMessage() argument 350 type_info_(type_info), in DynamicMessage() 355 DynamicMessage::DynamicMessage(TypeInfo* type_info, bool lock_factory) in DynamicMessage() argument 356 : type_info_(type_info), cached_byte_size_(0) { in DynamicMessage() 363 type_info->prototype = this; in DynamicMessage() [all …]
|
D | arena.h | 48 using type_info = ::type_info; variable 181 void (*on_arena_allocation)(const std::type_info* allocated_type, 519 void OnArenaAllocation(const std::type_info* allocated_type, size_t n) const; 520 inline void AllocHook(const std::type_info* allocated_type, size_t n) const { in AllocHook() 709 void (*on_arena_allocation_)(const std::type_info* allocated_type,
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api-value-type.cpp | 24 jerry_type_t type_info; member 108 jerry_type_t type_info = jerry_value_get_type (entries[idx].value); variable 110 TEST_ASSERT (type_info != JERRY_TYPE_NONE); 111 TEST_ASSERT (type_info == entries[idx].type_info); 120 jerry_type_t type_info = jerry_value_get_type (symbol_value); variable 122 TEST_ASSERT (type_info != JERRY_TYPE_NONE); 123 TEST_ASSERT (type_info == JERRY_TYPE_SYMBOL);
|
/third_party/mesa3d/src/freedreno/decode/ |
D | pgmdump.c | 124 uint32_t type_info; member 135 uint32_t type_info; member 160 uint32_t type_info; member 180 uint32_t type_info; member 194 uint32_t type_info; member 206 uint32_t type_info; member 214 uint32_t type_info; member 299 valid_type(uint32_t type_info) in valid_type() argument 301 switch ((type_info >> 8) & 0xff) { in valid_type() 312 static int valid_uniformblock(uint32_t type_info) [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvvp8dec.c | 496 GTypeInfo type_info = { 0, }; in gst_nv_vp8_dec_register() local 515 memset (&type_info, 0, sizeof (type_info)); in gst_nv_vp8_dec_register() 516 type_info.class_size = type_query.class_size; in gst_nv_vp8_dec_register() 517 type_info.instance_size = type_query.instance_size; in gst_nv_vp8_dec_register() 518 type_info.class_init = (GClassInitFunc) gst_nv_vp8_dec_subclass_init; in gst_nv_vp8_dec_register() 519 type_info.class_data = cdata; in gst_nv_vp8_dec_register() 546 type_name, &type_info, 0); in gst_nv_vp8_dec_register()
|
D | gstnvvp9dec.c | 592 GTypeInfo type_info = { 0, }; in gst_nv_vp9_dec_register() local 615 memset (&type_info, 0, sizeof (type_info)); in gst_nv_vp9_dec_register() 616 type_info.class_size = type_query.class_size; in gst_nv_vp9_dec_register() 617 type_info.instance_size = type_query.instance_size; in gst_nv_vp9_dec_register() 618 type_info.class_init = (GClassInitFunc) gst_nv_vp9_dec_subclass_init; in gst_nv_vp9_dec_register() 619 type_info.class_data = cdata; in gst_nv_vp9_dec_register() 646 type_name, &type_info, 0); in gst_nv_vp9_dec_register()
|
D | gstnvh264dec.c | 934 GTypeInfo type_info = { 0, }; in gst_nv_h264_dec_register() local 969 memset (&type_info, 0, sizeof (type_info)); in gst_nv_h264_dec_register() 970 type_info.class_size = type_query.class_size; in gst_nv_h264_dec_register() 971 type_info.instance_size = type_query.instance_size; in gst_nv_h264_dec_register() 972 type_info.class_init = (GClassInitFunc) gst_nv_h264_dec_subclass_init; in gst_nv_h264_dec_register() 973 type_info.class_data = cdata; in gst_nv_h264_dec_register() 1000 type_name, &type_info, 0); in gst_nv_h264_dec_register()
|
D | gstnvh265dec.c | 965 GTypeInfo type_info = { 0, }; in gst_nv_h265_dec_register() local 1006 memset (&type_info, 0, sizeof (type_info)); in gst_nv_h265_dec_register() 1007 type_info.class_size = type_query.class_size; in gst_nv_h265_dec_register() 1008 type_info.instance_size = type_query.instance_size; in gst_nv_h265_dec_register() 1009 type_info.class_init = (GClassInitFunc) gst_nv_h265_dec_subclass_init; in gst_nv_h265_dec_register() 1010 type_info.class_data = cdata; in gst_nv_h265_dec_register() 1037 type_name, &type_info, 0); in gst_nv_h265_dec_register()
|
/third_party/node/deps/v8/src/compiler/ |
D | fast-api-calls.cc | 56 const CTypeInfo& type_info = in ResolveOverloads() local 58 CTypeInfo::SequenceType sequence_type = type_info.GetSequenceType(); in ResolveOverloads() 66 element_type = type_info.GetType(); in ResolveOverloads()
|
/third_party/glib/patch/ |
D | backport-CVE-2023-24593_CVE-2023-25180-1.patch | 36 + value->type_info, 54 - value->type_info, 72 - value->type_info, 86 - value->type_info, 205 g_variant_type_info_ref (child.type_info); 222 g_variant_type_info_query (child.type_info, &alignment, NULL); 275 child.type_info = g_variant_type_info_element (value.type_info); 353 serialised.type_info = type_info; 361 serialised.type_info = array_info; 370 serialised.type_info = type_info; [all …]
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deCommandLine.hpp | 198 typedef std::map<const std::type_info*, Entry> Map; 200 bool contains (const std::type_info* key) const; 201 const Entry& get (const std::type_info* key) const; 202 void set (const std::type_info* key, const Entry& value);
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2decoder.c | 843 GTypeInfo type_info = { 0, }; in gst_v4l2_decoder_register() local 848 memset (&type_info, 0, sizeof (type_info)); in gst_v4l2_decoder_register() 849 type_info.class_size = type_query.class_size; in gst_v4l2_decoder_register() 850 type_info.instance_size = type_query.instance_size; in gst_v4l2_decoder_register() 851 type_info.class_init = class_init; in gst_v4l2_decoder_register() 852 type_info.class_data = class_data; in gst_v4l2_decoder_register() 853 type_info.instance_init = instance_init; in gst_v4l2_decoder_register() 872 subtype = g_type_register_static (dec_type, type_name, &type_info, 0); in gst_v4l2_decoder_register()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_semaphore.c | 109 const VkSemaphoreTypeCreateInfo *type_info = in get_semaphore_type() local 112 if (!type_info) in get_semaphore_type() 116 *initial_value = type_info->initialValue; in get_semaphore_type() 117 return type_info->semaphoreType; in get_semaphore_type()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 1209 GTypeInfo type_info = { 0, }; in gst_v4l2_transform_register() local 1221 memset (&type_info, 0, sizeof (type_info)); in gst_v4l2_transform_register() 1222 type_info.class_size = type_query.class_size; in gst_v4l2_transform_register() 1223 type_info.instance_size = type_query.instance_size; in gst_v4l2_transform_register() 1224 type_info.class_init = gst_v4l2_transform_subclass_init; in gst_v4l2_transform_register() 1225 type_info.class_data = cdata; in gst_v4l2_transform_register() 1226 type_info.instance_init = gst_v4l2_transform_subinstance_init; in gst_v4l2_transform_register() 1232 subtype = g_type_register_static (type, type_name, &type_info, 0); in gst_v4l2_transform_register()
|
D | gstv4l2videodec.c | 1231 GTypeInfo type_info = { 0, }; in gst_v4l2_video_dec_register() local 1267 memset (&type_info, 0, sizeof (type_info)); in gst_v4l2_video_dec_register() 1268 type_info.class_size = type_query.class_size; in gst_v4l2_video_dec_register() 1269 type_info.instance_size = type_query.instance_size; in gst_v4l2_video_dec_register() 1270 type_info.class_init = gst_v4l2_video_dec_subclass_init; in gst_v4l2_video_dec_register() 1271 type_info.class_data = cdata; in gst_v4l2_video_dec_register() 1272 type_info.instance_init = gst_v4l2_video_dec_subinstance_init; in gst_v4l2_video_dec_register() 1274 subtype = g_type_register_static (type, type_name, &type_info, 0); in gst_v4l2_video_dec_register()
|
D | gstv4l2videoenc.c | 1209 GTypeInfo type_info = { 0, }; in gst_v4l2_video_enc_register() local 1236 memset (&type_info, 0, sizeof (type_info)); in gst_v4l2_video_enc_register() 1237 type_info.class_size = type_query.class_size; in gst_v4l2_video_enc_register() 1238 type_info.instance_size = type_query.instance_size; in gst_v4l2_video_enc_register() 1239 type_info.class_init = gst_v4l2_video_enc_subclass_init; in gst_v4l2_video_enc_register() 1240 type_info.class_data = cdata; in gst_v4l2_video_enc_register() 1241 type_info.instance_init = gst_v4l2_video_enc_subinstance_init; in gst_v4l2_video_enc_register() 1254 subtype = g_type_register_static (type, type_name, &type_info, 0); in gst_v4l2_video_enc_register()
|
/third_party/python/Lib/test/ |
D | test_mimetypes.py | 314 type_info = self.mimetypes_cmd("-l", "foo.pic") 315 eq(type_info, "type: image/pict encoding: None") 317 type_info = self.mimetypes_cmd("foo.pic") 318 eq(type_info, "I don't know anything about type foo.pic")
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | function.cc | 129 const tint::TypeInfo& type_info) const { in TransitivelyReferencedVariablesOfType() 133 if (unwrapped_type->TypeInfo().Is(type_info)) { in TransitivelyReferencedVariablesOfType()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | std_string.h | 35 namespace std { class type_info; } variable
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | std_string.h | 35 namespace std { class type_info; } variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | std_string.h | 35 namespace std { class type_info; } variable
|
/third_party/icu/icu4c/source/common/ |
D | utypeinfo.h | 28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utypeinfo.h | 28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
|
/third_party/node/deps/icu-small/source/common/ |
D | utypeinfo.h | 28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cClipDistance.hpp | 408 const std::type_info& buffer_type = typeid(T); in useAsShaderInput() 409 const std::type_info& float_type = typeid(glw::GLfloat); in useAsShaderInput() 410 const std::type_info& int_type = typeid(glw::GLint); in useAsShaderInput()
|