Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h152 friend class BitTableIterator; variable
159BitTableIterator(const typename Accessor::BitTableType *table, int row_index) : row_(table, row_in… in BitTableIterator() function
160 explicit BitTableIterator(Accessor &row) : row_(row) {} in BitTableIterator() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_table.h160 friend class BitTableIterator; variable
174BitTableIterator(const typename Accessor::BitTableType *table, int rowIndex) : row_(table, rowInde… in BitTableIterator() function
175 explicit BitTableIterator(Accessor &row) : row_(row) {} in BitTableIterator() function