Home
last modified time | relevance | path

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

123

/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/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/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/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/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()
/third_party/node/deps/v8/src/heap/
Dembedder-tracing.h51 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/
Dflag.h148 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/
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/node/deps/icu-small/source/common/unicode/
Dstd_string.h35 namespace std { class type_info; } 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/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/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/io/unicode/
Dustream.h38 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
/third_party/icu/icu4c/source/io/unicode/
Dustream.h38 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c2352 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/
Dany.h354 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/
Druntime-array.cc60 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/
Dconsistency_tools.py462 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'

123