Home
last modified time | relevance | path

Searched refs:type_info (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc287 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 …]
Darena.h48 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/
Dtest-api-value-type.cpp24 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/
Dpgmdump.c124 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/
Dgstnvvp8dec.c496 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()
Dgstnvvp9dec.c592 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()
Dgstnvh264dec.c934 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()
Dgstnvh265dec.c965 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/
Dfast-api-calls.cc56 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/
Dbackport-CVE-2023-24593_CVE-2023-25180-1.patch36 + 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/
DdeCommandLine.hpp198 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/
Dgstv4l2decoder.c843 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/
Dvk_semaphore.c109 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/
Dgstv4l2transform.c1209 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()
Dgstv4l2videodec.c1231 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()
Dgstv4l2videoenc.c1209 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/
Dtest_mimetypes.py314 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/
Dfunction.cc129 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/
Dstd_string.h35 namespace std { class type_info; } variable
/third_party/node/deps/icu-small/source/common/unicode/
Dstd_string.h35 namespace std { class type_info; } variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstd_string.h35 namespace std { class type_info; } variable
/third_party/icu/icu4c/source/common/
Dutypeinfo.h28 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/
Dutypeinfo.h28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
/third_party/node/deps/icu-small/source/common/
Dutypeinfo.h28 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/
Dgl3cClipDistance.hpp408 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()

12345