Lines Matching refs:stream_count
4158 Swap(&header_.stream_count); in Read()
4179 if (header_.stream_count > max_streams_) { in Read()
4180 BPLOG(ERROR) << "Minidump stream count " << header_.stream_count << in Read()
4185 if (header_.stream_count != 0) { in Read()
4187 new MinidumpDirectoryEntries(header_.stream_count)); in Read()
4192 sizeof(MDRawDirectory) * header_.stream_count)) { in Read()
4198 stream_index < header_.stream_count; in Read()
4371 printf(" stream_count = %d\n", header_.stream_count); in Print()
4381 stream_index < header_.stream_count; in Print()
4416 if (index >= header_.stream_count) { in GetDirectoryEntryAtIndex()
4418 index << "/" << header_.stream_count; in GetDirectoryEntryAtIndex()
4558 if (info.stream_index >= header_.stream_count) { in SeekToStreamType()
4561 info.stream_index << "/" << header_.stream_count; in SeekToStreamType()