Home
last modified time | relevance | path

Searched defs:rowIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_table.h92 BitTableRow(const BitTableType *table, int rowIndex) : table_(table), rowIndex_(rowIndex) {} in BitTableRow()
174 …BitTableIterator(const typename Accessor::BitTableType *table, int rowIndex) : row_(table, rowInde… in BitTableIterator()
409 uint32_t ReadColumn(size_t rowIndex, size_t column) const in ReadColumn()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_table_test.cpp158 size_t rowIndex = 0; in TEST_F() local