Home
last modified time | relevance | path

Searched refs:NUM_COLUMNS (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_table.h86 static constexpr size_t NUM_COLUMNS = N_COLUMNS; member in ark::BitTableRow
265 template <size_t NUM_COLUMNS>
266 struct BitTableDefault : public BitTableRow<NUM_COLUMNS, BitTableDefault<NUM_COLUMNS>> {
267 using Base = BitTableRow<NUM_COLUMNS, BitTableDefault<NUM_COLUMNS>>;
312 static constexpr size_t NUM_COLUMNS = AccessorT::NUM_COLUMNS; member in ark::BitTable
388 return NUM_COLUMNS; in GetColumnsCount()
398 return columnsOffsets_[NUM_COLUMNS]; in GetRowSizeInBits()
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_table.h78 static constexpr size_t NUM_COLUMNS = NumColumns; member in panda::BitTableRow
297 static constexpr size_t NUM_COLUMNS = AccessorT::NUM_COLUMNS; member in panda::BitTable
367 return NUM_COLUMNS; in GetColumnsCount()
377 return columns_offsets_[NUM_COLUMNS]; in GetRowSizeInBits()
420 auto columns = VarintPack::Read<NUM_COLUMNS + 1>(stream);
421 rows_count_ = columns[NUM_COLUMNS];
425 for (size_t i = 0; i < NUM_COLUMNS; i++) {
437 std::array<uint32_t, NUM_COLUMNS> width {};
439 for (size_t i = 0; i < NUM_COLUMNS;
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_table_test.cpp52 static_assert(N == C::NUM_COLUMNS); in CreateEntry()
167 static_assert(Base::NUM_COLUMNS == 2);
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_table_test.cpp57 static_assert(N == C::NUM_COLUMNS); in CreateEntry()
172 static_assert(Base::NUM_COLUMNS == 2U);

Completed in 4 milliseconds