Home
last modified time | relevance | path

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

/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/assembler/
Dmeta.cpp485 Value::Type value_type; in StoreValue() local
Dassembly-emitter.cpp154 auto value_type = value->GetType(); in CreateLiteralItem() local
339 auto value_type = value->GetType(); in CreateScalarValueItem() local
436 auto value_type = value->GetType(); in CreateAnnotationItem() local
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp320 using value_type = const uint8_t *; typedef in panda::panda_file::ClassIdxIterator