Searched refs:shardIndex (Results 1 – 1 of 1) sorted by relevance
2237 int shardIndex = 0; in dumpAggregatedProtoForStatsd() local2238 dumpProtoPreamble(protoStreams[shardIndex]); in dumpAggregatedProtoForStatsd()2247 if (protoStreams[shardIndex].getRawSize() > maxRawShardSizeBytes) { in dumpAggregatedProtoForStatsd()2248 shardIndex++; in dumpAggregatedProtoForStatsd()2249 if (shardIndex >= protoStreams.length) { in dumpAggregatedProtoForStatsd()2255 dumpProtoPreamble(protoStreams[shardIndex]); in dumpAggregatedProtoForStatsd()2262 procState.dumpAggregatedProtoForStatsd(protoStreams[shardIndex], in dumpAggregatedProtoForStatsd()2269 for (int i = 0; i <= shardIndex; i++) { in dumpAggregatedProtoForStatsd()