Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h383 static void set_max_cv_bytes(uint32_t max_cv_bytes) { in set_max_cv_bytes() argument
384 max_cv_bytes_ = max_cv_bytes; in set_max_cv_bytes()
386 static uint32_t max_cv_bytes() { return max_cv_bytes_; } in max_cv_bytes() function