Home
last modified time | relevance | path

Searched defs:value_type (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
Diterator.h26 using value_type = typename std::iterator_traits<Iterator>::value_type; member
53 using value_type = typename Traits::value_type; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h32 using value_type = std::conditional_t<is_const, const T, T>; variable
123 using value_type = T; variable
Dspan.h33 using value_type = std::remove_cv_t<T>; variable
Dbit_vector.h291 using value_type = bool; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h33 using value_type = std::conditional_t<IS_CONST, const T, T>; variable
126 using value_type = T; variable
Dspan.h32 using value_type = std::remove_cv_t<T>; variable
Dbit_vector.h106 using value_type = bool; variable
302 using value_type = bool; variable
Dbit_memory_region.h53 using value_type = uint32_t; variable
Dbit_table.h80 using value_type = Accessor; variable
168 using value_type = Accessor; variable
Dsmall_vector.h117 using value_type = IteratorType; variable
Dlist.h62 using value_type = T; variable
/arkcompiler/runtime_core/abc2program/
Dabc_annotation_processor.cpp68 … auto value_type = pandasm::Value::GetCharAsType(annotation_data_accessor_->GetTag(i).GetItem()); in FillAnnotationElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr_list_ref.h58 using value_type = typename std::iterator_traits<T>::value_type; variable
142 using value_type = T; variable
/arkcompiler/runtime_core/static_core/verification/util/
Dlazy.h64 using value_type = decltype(*(*(static_cast<V *>(nullptr)))); member
/arkcompiler/runtime_core/assembler/
Dmeta.cpp481 Value::Type value_type; in StoreValue() local
Dassembly-emitter.cpp146 auto value_type = value->GetType(); in CreateLiteralItem() local
331 auto value_type = value->GetType(); in CreateScalarValueItem() local
430 auto value_type = value->GetType(); in CreateAnnotationItem() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.h427 using value_type = IterationType; variable
Dinst.h536 using value_type = U; member
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp312 using value_type = const uint8_t *; typedef in ark::panda_file::ClassIdxIterator
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp355 using value_type = const uint8_t *; typedef in panda::panda_file::ClassIdxIterator
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp542 auto value_type = pandasm::Value::GetCharAsType(tag.GetItem()); in GetAnnotationElements() local