OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_shards
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
5414
// but inconsistent (i.e., shard_index >=
total_shards
), prints
5425
const Int32
total_shards
= Int32FromEnvOrDie(total_shards_env, -1);
local
5428
if (
total_shards
== -1 && shard_index == -1) {
5430
} else if (
total_shards
== -1 && shard_index != -1) {
5438
} else if (
total_shards
!= -1 && shard_index == -1) {
5441
<< kTestTotalShards << " = " <<
total_shards
5446
} else if (shard_index < 0 || shard_index >=
total_shards
) {
5451
<< ", " << kTestTotalShards << "=" <<
total_shards
<< ".\n";
5457
return
total_shards
> 1;
5480
// method. Assumes that 0 <= shard_index <
total_shards
5493
const Int32
total_shards
= shard_tests == HONOR_SHARDING_PROTOCOL ?
local
[
all
...]
Completed in 18 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026