Searched refs:mShardIndex (Results 1 – 2 of 2) sorted by relevance
145 int getShardIndex() const { return mShardIndex; } in getShardIndex()179 int mShardIndex; variable
1047 mShardIndex(-1), in TestSuite()1129 if (mShardIndex == -1) in TestSuite()1132 shardIndexStream >> mShardIndex; in TestSuite()1147 if ((mShardIndex == -1) != (mShardCount == -1)) in TestSuite()1203 if (mShardIndex >= mShardCount) in TestSuite()1212 testSet = GetShardTests(testSet, mShardIndex, mShardCount, &mTestFileLines, in TestSuite()1240 if (mShardIndex != -1) in TestSuite()1242 fakeTestName << "-Shard" << std::setfill('0') << std::setw(2) << mShardIndex; in TestSuite()1312 ParseIntArg("--shard-index=", argument, &mShardIndex) || in parseSingleArg()