Home
last modified time | relevance | path

Searched refs:COLUMN (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dbit_table.h128 template<int COLUMN, int UNUSED /*needed to compile*/> struct ColumnName; \
132 #define BIT_TABLE_COLUMN(COLUMN, NAME) \ argument
133 static constexpr uint32_t k##NAME = COLUMN; \
134 ALWAYS_INLINE uint32_t Get##NAME() const { return table_->Get(row_, COLUMN); } \
136 template<int UNUSED> struct ColumnName<COLUMN, UNUSED> { \