Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dprocess_state.h104 string assertion() const { return assertion_; } in assertion()
151 string assertion_; variable
Dminidump.h634 return valid_ ? &assertion_ : NULL; in assertion()
661 MDRawAssertionInfo assertion_; variable
/external/google-breakpad/src/processor/
Dprocess_state.cc52 assertion_.clear(); in Clear()
Dminidump.cc3034 assertion_(), in MinidumpAssertion()
3049 if (expected_size != sizeof(assertion_)) { in Read()
3051 " != " << sizeof(assertion_); in Read()
3055 if (!minidump_->ReadBytes(&assertion_, sizeof(assertion_))) { in Read()
3062 ConvertUTF16BufferToUTF8String(assertion_.expression, in Read()
3063 sizeof(assertion_.expression), &expression_, in Read()
3065 ConvertUTF16BufferToUTF8String(assertion_.function, in Read()
3066 sizeof(assertion_.function), &function_, in Read()
3068 ConvertUTF16BufferToUTF8String(assertion_.file, sizeof(assertion_.file), in Read()
3072 Swap(&assertion_.line); in Read()
[all …]
Dminidump_processor.cc119 process_state->assertion_ = GetAssertion(dump); in Process()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc174 assertion_ = NULL; in Initialize()
401 self->assertion_); in ExceptionHandlerThreadMain()
716 assertion_ = assertion; in WriteMinidumpOnHandlerThread()
728 assertion_ = NULL; in WriteMinidumpOnHandlerThread()
Dexception_handler.h473 MDRawAssertionInfo* assertion_; variable
/external/googletest/googletest/docs/
DV1_5_AdvancedGuide.md91 assertion_ to get the function arguments printed for free:
DV1_7_AdvancedGuide.md91 assertion_ to get the function arguments printed for free:
DV1_6_AdvancedGuide.md91 assertion_ to get the function arguments printed for free:
DAdvancedGuide.md93 assertion_ to get the function arguments printed for free: