Lines Matching refs:m_block
2392 m_block = 1; // default in Parse()
2419 m_block = UnserializeUInt(pReader, pos, size); in Parse()
7479 if (tp.m_block > 0) { in GetEntry()
7480 const long block = static_cast<long>(tp.m_block); in GetEntry()
7581 : BlockEntry(pCluster, idx), m_block(start, size, 0) {} in SimpleBlock()
7583 long SimpleBlock::Parse() { return m_block.Parse(m_pCluster); } in Parse()
7585 const Block* SimpleBlock::GetBlock() const { return &m_block; } in GetBlock()
7591 m_block(block_start, block_size, discard_padding), in BlockGroup()
7597 const long status = m_block.Parse(m_pCluster); in Parse()
7602 m_block.SetKey((m_prev > 0) && (m_next <= 0)); in Parse()
7608 const Block* BlockGroup::GetBlock() const { return &m_block; } in GetBlock()