Searched refs:shardIndex (Results 1 – 1 of 1) sorted by relevance
2359 int shardIndex = 0; in dumpAggregatedProtoForStatsd() local2360 dumpProtoPreamble(protoStreams[shardIndex]); in dumpAggregatedProtoForStatsd()2369 if (protoStreams[shardIndex].getRawSize() > maxRawShardSizeBytes) { in dumpAggregatedProtoForStatsd()2370 shardIndex++; in dumpAggregatedProtoForStatsd()2371 if (shardIndex >= protoStreams.length) { in dumpAggregatedProtoForStatsd()2377 dumpProtoPreamble(protoStreams[shardIndex]); in dumpAggregatedProtoForStatsd()2384 procState.dumpAggregatedProtoForStatsd(protoStreams[shardIndex], in dumpAggregatedProtoForStatsd()2391 for (int i = 0; i <= shardIndex; i++) { in dumpAggregatedProtoForStatsd()