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

/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h874 max_streams_ = max_streams;
876 static uint32_t max_streams() { return max_streams_; }
990 static uint32_t max_streams_; member in class:google_breakpad::Minidump
/external/google-breakpad/src/processor/
H A Dminidump.cc3981 uint32_t Minidump::max_streams_ = 128; member in class:google_breakpad::Minidump
4179 if (header_.stream_count > max_streams_) {
4181 " exceeds maximum " << max_streams_;

Completed in 48 milliseconds