Home
last modified time | relevance | path

Searched refs:kStreamType (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h343 static const uint32_t kStreamType = MD_THREAD_LIST_STREAM; variable
511 static const uint32_t kStreamType = MD_MODULE_LIST_STREAM; variable
564 static const uint32_t kStreamType = MD_MEMORY_LIST_STREAM; variable
617 static const uint32_t kStreamType = MD_EXCEPTION_STREAM; variable
655 static const uint32_t kStreamType = MD_ASSERTION_INFO_STREAM; variable
712 static const uint32_t kStreamType = MD_SYSTEM_INFO_STREAM; variable
737 static const uint32_t kStreamType = MD_MISC_INFO_STREAM; variable
776 static const uint32_t kStreamType = MD_BREAKPAD_INFO_STREAM; variable
842 static const uint32_t kStreamType = MD_MEMORY_INFO_LIST_STREAM; variable
/external/google-breakpad/src/processor/
Dminidump.cc4583 const uint32_t stream_type = T::kStreamType; in GetStream()