Home | History | Annotate | Download | only in src

Lines Matching refs:kTestShardIndex

164 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX";
2701 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2702 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4145 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4288 << kTestShardIndex << " = " << shard_index
4297 << ", but have left " << kTestShardIndex << " unset.\n";
4304 << kTestShardIndex << " < " << kTestTotalShards
4305 << ", but you have " << kTestShardIndex << "=" << shard_index
4351 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;