Searched defs:VectorType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | small_vector.h | 87 … using VectorType = std::vector<T, typename AllocatorConfig<Allocator, T, use_allocator>::Adapter>; variable
|
| D | bit_vector.h | 255 using VectorType = std::conditional_t<FixedSize, Span<WordType>, variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | small_vector.h | 80 … using VectorType = std::vector<T, typename AllocatorConfig<Allocator, T, USE_ALLOCATOR>::Adapter>; variable
|
| D | bit_vector.h | 265 using VectorType = std::conditional_t<FIXED_SIZE, Span<WordType>, variable
|