Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds