Searched refs:assertion_ (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/google_breakpad/processor/ |
D | process_state.h | 104 string assertion() const { return assertion_; } in assertion() 151 string assertion_; variable
|
D | minidump.h | 634 return valid_ ? &assertion_ : NULL; in assertion() 661 MDRawAssertionInfo assertion_; variable
|
/external/google-breakpad/src/processor/ |
D | process_state.cc | 52 assertion_.clear(); in Clear()
|
D | minidump.cc | 3034 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 …]
|
D | minidump_processor.cc | 119 process_state->assertion_ = GetAssertion(dump); in Process()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 174 assertion_ = NULL; in Initialize() 401 self->assertion_); in ExceptionHandlerThreadMain() 716 assertion_ = assertion; in WriteMinidumpOnHandlerThread() 728 assertion_ = NULL; in WriteMinidumpOnHandlerThread()
|
D | exception_handler.h | 473 MDRawAssertionInfo* assertion_; variable
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 91 assertion_ to get the function arguments printed for free:
|
D | V1_7_AdvancedGuide.md | 91 assertion_ to get the function arguments printed for free:
|
D | V1_6_AdvancedGuide.md | 91 assertion_ to get the function arguments printed for free:
|
D | AdvancedGuide.md | 93 assertion_ to get the function arguments printed for free:
|