Home
last modified time | relevance | path

Searched refs:type_info (Results 1 - 25 of 59) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/
H A 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()
357 // The prototype in type_info ha in DynamicMessage()
696 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; GetPrototypeNoLock() local
[all...]
H A Darena.h48 using type_info = ::type_info;
176 // type_info is promised to be static - its lifetime extends to
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/
H A Dtest-api-value-type.cpp24 jerry_type_t type_info; member
108 jerry_type_t type_info = jerry_value_get_type (entries[idx].value); in HWTEST_F() local
110 TEST_ASSERT (type_info != JERRY_TYPE_NONE); in HWTEST_F()
111 TEST_ASSERT (type_info == entries[idx].type_info); in HWTEST_F()
120 jerry_type_t type_info = jerry_value_get_type (symbol_value); in HWTEST_F() local
122 TEST_ASSERT (type_info != JERRY_TYPE_NONE); in HWTEST_F()
123 TEST_ASSERT (type_info == JERRY_TYPE_SYMBOL); in HWTEST_F()
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c73 // Covers a lot of type_info
75 type_info & 0xFF
76 if ((type_info >> 8) == 0x8b) // vector
106 else if ((type_info >> 8) == 0x8d) // GLES3 samplers
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; global() member
299 valid_type(uint32_t type_info) valid_type() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A 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/vk-gl-cts/framework/delibs/decpp/
H A 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/vk-gl-cts/external/openglcts/modules/gl/
H A 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/
H A Dembedder-tracing.h51 void* type_info() const { return raw_info.first; } in type_info() function
52 // Direct pointer to an instance described by type_info().
56 bool is_empty() const { return !type_info() || !instance(); } in is_empty()
/third_party/skia/third_party/externals/tint/src/sem/
H A 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/
H A Dstd_string.h35 namespace std { class type_info; }
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstd_string.h35 namespace std { class type_info; }
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstd_string.h35 namespace std { class type_info; }
/third_party/icu/icu4c/source/common/
H A Dutypeinfo.h28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
/third_party/node/deps/icu-small/source/common/
H A Dutypeinfo.h28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
/third_party/skia/third_party/externals/icu/source/common/
H A Dutypeinfo.h28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
/third_party/mesa3d/src/vulkan/runtime/
H A 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/
H A Dtest_mimetypes.py327 type_info = self.mimetypes_cmd("-l", "foo.pic")
328 eq(type_info, "type: image/pict encoding: None")
330 type_info = self.mimetypes_cmd("foo.pic")
331 eq(type_info, "I don't know anything about type foo.pic")
/third_party/icu/icu4c/source/io/unicode/
H A Dustream.h38 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
/third_party/skia/third_party/externals/icu/source/io/unicode/
H A Dustream.h38 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h493 WasmTypeInfo type_info = map.wasm_type_info(); in type() local
494 return reinterpret_cast<wasm::StructType*>(type_info.foreign_address()); in type()
569 WasmTypeInfo type_info = map.wasm_type_info(); in type() local
570 return reinterpret_cast<wasm::ArrayType*>(type_info.foreign_address()); in type()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py462 def check_command_return_codes(self, name, type_info,
725 type_name: type_info
726 for type_name, type_info in self.reg.typedict.items()
727 if type_info.elem.get('category') == 'handle'
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A 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>()); in FlagOps()
H A Dflag.cc193 const std::type_info* (*gen_rtti)()) const { in AssertValidType()
202 const std::type_info* lhs_runtime_type_id = in AssertValidType()
204 const std::type_info* rhs_runtime_type_id = (*gen_rtti)(); in AssertValidType()
/third_party/node/deps/v8/src/runtime/
H A 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/skia/third_party/externals/abseil-cpp/absl/types/
H A Dany.h354 const std::type_info& type() const noexcept {
371 virtual const std::type_info& Type() const noexcept = 0;
390 const std::type_info& Type() const noexcept final { return typeid(T); }

Completed in 17 milliseconds

123