Home | History | Annotate | Download | only in gtest

Lines Matching refs:ShouldShard

662 GTEST_API_ bool ShouldShard(const char* total_shards_str,
4217 if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) {
5736 const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex,
5865 bool ShouldShard(const char* total_shards_env,