Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1159 max_streams_ = max_streams; in set_max_streams()
1161 static uint32_t max_streams() { return max_streams_; } in max_streams()
1300 static uint32_t max_streams_; variable
/external/google-breakpad/src/processor/
Dminidump.cc5029 uint32_t Minidump::max_streams_ = 128; member in google_breakpad::Minidump
5246 if (header_.stream_count > max_streams_) { in Read()
5248 " exceeds maximum " << max_streams_; in Read()