Home
last modified time | relevance | path

Searched defs:VectorType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dsmall_vector.h87 … using VectorType = std::vector<T, typename AllocatorConfig<Allocator, T, use_allocator>::Adapter>; variable
Dbit_vector.h255 using VectorType = std::conditional_t<FixedSize, Span<WordType>, variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dsmall_vector.h80 … using VectorType = std::vector<T, typename AllocatorConfig<Allocator, T, USE_ALLOCATOR>::Adapter>; variable
Dbit_vector.h265 using VectorType = std::conditional_t<FIXED_SIZE, Span<WordType>, variable