Searched refs:assertion_ (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/processor/
H A Dprocess_state.cc52 assertion_.clear();
H A Dminidump.cc3034 assertion_(),
3049 if (expected_size != sizeof(assertion_)) {
3051 " != " << sizeof(assertion_);
3055 if (!minidump_->ReadBytes(&assertion_, sizeof(assertion_))) {
3062 ConvertUTF16BufferToUTF8String(assertion_.expression,
3063 sizeof(assertion_.expression), &expression_,
3065 ConvertUTF16BufferToUTF8String(assertion_.function,
3066 sizeof(assertion_.function), &function_,
3068 ConvertUTF16BufferToUTF8String(assertion_
[all...]
H A Dminidump_processor.cc119 process_state->assertion_ = GetAssertion(dump);
/external/google-breakpad/src/google_breakpad/processor/
H A Dprocess_state.h104 string assertion() const { return assertion_; }
151 string assertion_; member in class:google_breakpad::ProcessState
H A Dminidump.h634 return valid_ ? &assertion_ : NULL;
661 MDRawAssertionInfo assertion_; member in class:google_breakpad::MinidumpAssertion
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc174 assertion_ = NULL;
401 self->assertion_);
716 assertion_ = assertion;
728 assertion_ = NULL;
H A Dexception_handler.h473 MDRawAssertionInfo* assertion_; member in class:google_breakpad::ExceptionHandler

Completed in 302 milliseconds