Home | History | Annotate | Download | only in processor

Lines Matching defs:GetStream

4246   return GetStream(&thread_list);
4252 return GetStream(&module_list);
4258 return GetStream(&memory_list);
4264 return GetStream(&exception);
4269 return GetStream(&assertion);
4275 return GetStream(&system_info);
4281 return GetStream(&misc_info);
4287 return GetStream(&breakpad_info);
4292 return GetStream(&memory_info_list);
4579 T* Minidump::GetStream(T** stream) {
4585 BPLOG_IF(ERROR, !stream) << "Minidump::GetStream type " << stream_type <<
4591 BPLOG(ERROR) << "Invalid Minidump for GetStream type " << stream_type;
4598 BPLOG(INFO) << "GetStream: type " << stream_type << " not present";
4614 BPLOG(ERROR) << "GetStream could not seek to stream type " << stream_type;
4621 BPLOG(ERROR) << "GetStream could not read stream type " << stream_type;