Searched refs:total_expanded_shards (Results 1 – 1 of 1) sorted by relevance
108 std::vector<Shard> total_expanded_shards = shard_vec.shards; in ExpandShardVector() local111 for (const auto& shard : total_expanded_shards) { in ExpandShardVector()119 total_expanded_shards = dim_expanded_shards; in ExpandShardVector()121 std::sort(total_expanded_shards.begin(), total_expanded_shards.end()); in ExpandShardVector()123 expanded_shard_vec.shards = total_expanded_shards; in ExpandShardVector()