Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h355 static const uint32_t kStreamType = MD_THREAD_LIST_STREAM; variable
537 static const uint32_t kStreamType = MD_MODULE_LIST_STREAM; variable
598 static const uint32_t kStreamType = MD_MEMORY_LIST_STREAM; variable
653 static const uint32_t kStreamType = MD_EXCEPTION_STREAM; variable
693 static const uint32_t kStreamType = MD_ASSERTION_INFO_STREAM; variable
752 static const uint32_t kStreamType = MD_SYSTEM_INFO_STREAM; variable
856 static const uint32_t kStreamType = MD_UNLOADED_MODULE_LIST_STREAM; variable
890 static const uint32_t kStreamType = MD_MISC_INFO_STREAM; variable
931 static const uint32_t kStreamType = MD_BREAKPAD_INFO_STREAM; variable
999 static const uint32_t kStreamType = MD_MEMORY_INFO_LIST_STREAM; variable
[all …]
/external/openscreen/cast/streaming/
Doffer_messages.cc35 constexpr char kStreamType[] = "type"; variable
391 auto type = json::ParseString(fields, kStreamType); in Parse()
/external/google-breakpad/src/processor/
Dminidump.cc5856 const uint32_t stream_type = T::kStreamType; in GetStream()