Searched refs:total_shards (Results 1 – 3 of 3) sorted by relevance
101 size_t total_shards = options_.total_shards(); in EnumerateTests() local102 bool sharded = total_shards > 1; in EnumerateTests()153 test_count = total_shards; in EnumerateTests()712 bool sharding_enabled = options_.total_shards() > 1; in Run()714 (options_.shard_index() < 0 || options_.shard_index() >= options_.total_shards())) { in Run()719 options_.shard_index(), options_.total_shards()); in Run()731 options_.shard_index() + 1, options_.total_shards()); in Run()
44 uint64_t total_shards() const { return numerics_.at("gtest_total_shards"); } in total_shards() function
75 EXPECT_EQ(0ULL, options.total_shards()); in TEST()352 TEST(OptionsTest, total_shards) { in TEST() argument359 EXPECT_EQ(500ULL, options.total_shards()); in TEST()364 EXPECT_EQ(0ULL, options.total_shards()); in TEST()