Lines Matching defs:pCluster
1128 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() local
1183 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() local
1530 void Segment::AppendCluster(Cluster* pCluster) { in AppendCluster()
1586 void Segment::PreloadCluster(Cluster* pCluster, ptrdiff_t idx) { in PreloadCluster()
2608 Cluster* const pCluster = *k; in GetBlock() local
2629 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1); in GetBlock() local
2663 Cluster* const pCluster = *k; in FindOrPreloadCluster() local
2684 Cluster* const pCluster = Cluster::Create(this, -1, requested_pos); in FindOrPreloadCluster() local
2938 Cluster* const pCluster = m_clusters[0]; in GetFirst() local
2950 Cluster* const pCluster = m_clusters[idx]; in GetLast() local
3602 Cluster* const pCluster = m_clusters[0]; in FindCluster() local
3624 Cluster* const pCluster = m_clusters[k]; in FindCluster() local
3644 Cluster* const pCluster = m_clusters[k]; in FindCluster() local
4988 const Cluster* pCluster = m_pSegment->GetFirst(); in GetFirst() local
5071 const Cluster* pCluster = pCurrEntry->GetCluster(); in GetNext() local
5183 const Cluster* pCluster = pResult->GetCluster(); in Seek() local
5439 const Cluster* pCluster = pResult->GetCluster(); in Seek() local
6863 Cluster* const pCluster = new Cluster(pSegment, idx, element_start); in Create() local
7886 SimpleBlock::SimpleBlock(Cluster* pCluster, long idx, long long start, in SimpleBlock()
7896 BlockGroup::BlockGroup(Cluster* pCluster, long idx, long long block_start, in BlockGroup()
7954 long Block::Parse(const Cluster* pCluster) { in Parse()