Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h160 explicit BitTableIterator(Accessor &row) : row_(row) {} in BitTableIterator()
409 RegionType GetBitMemoryRegion(uint32_t row) const in GetBitMemoryRegion()
566 uint32_t row = it->second; in AddArray() local
572 uint32_t row = GetRowsCount(); in AddArray() local
644 auto &row = rows_[it->second]; in Add() local
680 for (const auto &row : rows_) { in Encode() local
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp96 …std::all_of(table.begin(), table.end(), [](const auto &row) { return row.Get(0) == Builder::NO_VAL… in TEST_F()
154 for (auto row : table) { in TEST_F() local
222 for (auto &row : table) { in TEST_F() local