Searched refs:pCluster (Results 1 – 3 of 3) sorted by relevance
1224 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() local1225 if (pCluster == NULL || pCluster->m_index >= 0) in DoLoadCluster()1228 const long long off = pCluster->GetPosition(); in DoLoadCluster()1239 const long long element_size = pCluster->GetElementSize(); in DoLoadCluster()1244 pos = pCluster->m_element_start + element_size; in DoLoadCluster()1247 pCluster->m_index = idx; // move from preloaded to loaded in DoLoadCluster()1279 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() local1280 if (pCluster == NULL) in DoLoadCluster()1283 if (!AppendCluster(pCluster)) { in DoLoadCluster()1284 delete pCluster; in DoLoadCluster()[all …]