| 159 | return *(reinterpret_cast<const uint8_t*>(ptr)) & (1 << (idx & 0x07)); |
| 160 | } |
| 161 | inline uint32_t GetSize() { return size_; } |
| 162 | |
| 163 | static inline uint32_t GetSize(const int8_t* row) { |
| 164 | return *(reinterpret_cast<const uint32_t*>(row + VERSION_LENGTH)); |
no outgoing calls
no test coverage detected