Searched defs:WindowsFrameInfo (Results 1 - 1 of 1) sorted by relevance
/external/google-breakpad/src/processor/ | ||
H A D | windows_frame_info.h | 58 struct WindowsFrameInfo { struct in namespace:google_breakpad 80 WindowsFrameInfo() : type_(STACK_INFO_UNKNOWN), function in struct:google_breakpad::WindowsFrameInfo 91 WindowsFrameInfo(StackInfoTypes type, function in struct:google_breakpad::WindowsFrameInfo 111 // Parse a textual serialization of a WindowsFrameInfo object from 115 static WindowsFrameInfo *ParseFromString(const string string, 151 return new WindowsFrameInfo(static_cast<StackInfoTypes>(type), 162 // CopyFrom makes "this" WindowsFrameInfo object identical to "that". 163 void CopyFrom(const WindowsFrameInfo &that) { 176 // Clears the WindowsFrameInfo object so that users will see it as though |
Completed in 124 milliseconds