Lines Matching refs:m_block
2397 m_block = 1; // default in Parse()
2424 m_block = UnserializeUInt(pReader, pos, size); in Parse()
7355 if (tp.m_block > 0) { in GetEntry()
7356 const long block = static_cast<long>(tp.m_block); in GetEntry()
7457 : BlockEntry(pCluster, idx), m_block(start, size, 0) {} in SimpleBlock()
7459 long SimpleBlock::Parse() { return m_block.Parse(m_pCluster); } in Parse()
7461 const Block* SimpleBlock::GetBlock() const { return &m_block; } in GetBlock()
7467 m_block(block_start, block_size, discard_padding), in BlockGroup()
7473 const long status = m_block.Parse(m_pCluster); in Parse()
7478 m_block.SetKey((m_prev > 0) && (m_next <= 0)); in Parse()
7484 const Block* BlockGroup::GetBlock() const { return &m_block; } in GetBlock()