Home | History | Annotate | Download | only in src

Lines Matching refs:kTestShardIndex

160 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX";
2706 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
2709 internal::posix::GetEnv(kTestShardIndex),
3964 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4106 << kTestShardIndex << " = " << shard_index
4115 << ", but have left " << kTestShardIndex << " unset.\n";
4122 << kTestShardIndex << " < " << kTestTotalShards
4123 << ", but you have " << kTestShardIndex << "=" << shard_index
4169 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;