Home | History | Annotate | Download | only in src

Lines Matching refs:kTestShardIndex

167 static const char kTestShardIndex[] = "GTEST_SHARD_INDEX";
2733 kTestShardIndex, false)) {
2734 const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1);
4252 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
4396 << kTestShardIndex << " = " << shard_index
4405 << ", but have left " << kTestShardIndex << " unset.\n";
4412 << kTestShardIndex << " < " << kTestTotalShards
4413 << ", but you have " << kTestShardIndex << "=" << shard_index
4459 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;