Searched defs:stream_type (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump_dump.cc56 uint32_t stream_type,
60 if (!minidump->SeekToStreamType(stream_type, &length)) {
55 DumpRawStream(Minidump *minidump, uint32_t stream_type, const char *stream_name, int *errors) argument
H A Dminidump.cc4203 Swap(&directory_entry->stream_type);
4209 unsigned int stream_type = directory_entry->stream_type; local
4210 switch (stream_type) {
4218 if (stream_map_->find(stream_type) != stream_map_->end()) {
4222 stream_type << ", but can only deal with one";
4231 (*stream_map_)[stream_type].stream_index = stream_index;
4295 static const char* get_stream_name(uint32_t stream_type) { argument
4296 switch (stream_type) {
4387 printf(" stream_type
4399 uint32_t stream_type = iterator->first; local
4538 SeekToStreamType(uint32_t stream_type, uint32_t* stream_length) argument
4583 const uint32_t stream_type = T::kStreamType; local
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h306 uint32_t stream_type; member in struct:__anon5179
310 /* For (MDRawDirectory).stream_type */

Completed in 128 milliseconds