Searched refs:total_shards_ (Results 1 – 2 of 2) sorted by relevance
535 total_shards_(1), in TestLauncher()844 &total_shards_)) { in Init()857 shard_index_, total_shards_); in Init()860 if (!TakeInt32FromEnvironment(kTestTotalShards, &total_shards_)) in Init()866 shard_index_, total_shards_); in Init()870 total_shards_ < 0 || in Init()871 shard_index_ >= total_shards_) { in Init()875 << ", " << kTestTotalShards << "=" << total_shards_ << ".\n"; in Init()1149 if (Hash(test_name) % total_shards_ != static_cast<uint32_t>(shard_index_)) in RunTests()
199 int32_t total_shards_; // Total number of outer shards, at least one. variable