/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/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/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/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/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()
|
/third_party/node/deps/v8/src/heap/ |
D | embedder-tracing.h | 51 void* type_info() const { return raw_info.first; } in type_info() function 56 bool is_empty() const { return !type_info() || !instance(); } in is_empty()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | flag.h | 148 inline const std::type_info* RuntimeTypeId(FlagOpFn op) { in RuntimeTypeId() 149 return reinterpret_cast<const std::type_info*>( in RuntimeTypeId() 165 inline const std::type_info* GenRuntimeTypeId() { in GenRuntimeTypeId() 486 const std::type_info* (*gen_rtti)()) const; 739 return const_cast<std::type_info*>(GenRuntimeTypeId<T>());
|
/third_party/icu/icu4c/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/node/deps/icu-small/source/common/unicode/ |
D | std_string.h | 35 namespace std { class type_info; } 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/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/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/io/unicode/ |
D | ustream.h | 38 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
|
/third_party/icu/icu4c/source/io/unicode/ |
D | ustream.h | 38 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_io.c | 2352 glsl_type_size_align_func type_info) in nir_lower_vars_to_explicit_types_impl() argument 2367 glsl_get_explicit_type_for_size_align(deref->type, type_info, &size, &alignment); in nir_lower_vars_to_explicit_types_impl() 2398 glsl_type_size_align_func type_info) in lower_vars_to_explicit() argument 2436 glsl_get_explicit_type_for_size_align(var->type, type_info, &size, &align); in lower_vars_to_explicit() 2489 glsl_type_size_align_func type_info) in nir_lower_vars_to_explicit_types() argument 2506 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_uniform, type_info); in nir_lower_vars_to_explicit_types() 2508 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_mem_global, type_info); in nir_lower_vars_to_explicit_types() 2512 progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_mem_shared, type_info); in nir_lower_vars_to_explicit_types() 2516 … progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_shader_temp, type_info); in nir_lower_vars_to_explicit_types() 2518 … progress |= lower_vars_to_explicit(shader, &shader->variables, nir_var_mem_constant, type_info); in nir_lower_vars_to_explicit_types() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | any.h | 354 const std::type_info& type() const noexcept { in type() 371 virtual const std::type_info& Type() const noexcept = 0; 390 const std::type_info& Type() const noexcept final { return typeid(T); } in Type()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-array.cc | 60 Handle<HeapObject> type_info = args.at<HeapObject>(argc + 2); in RUNTIME_FUNCTION() local 62 Handle<AllocationSite> site = type_info->IsAllocationSite() in RUNTIME_FUNCTION() 63 ? Handle<AllocationSite>::cast(type_info) in RUNTIME_FUNCTION()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | consistency_tools.py | 462 def check_command_return_codes(self, name, type_info, argument 725 type_name: type_info 726 for type_name, type_info in self.reg.typedict.items() 727 if type_info.elem.get('category') == 'handle'
|