Searched refs:ERROR_REPEATED_FRAME (Results 1 – 7 of 7) sorted by relevance
37 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator64 case ERROR_REPEATED_FRAME: in GetErrorCodeString()
36 ERROR_REPEATED_FRAME, // The last frame has the same pc/sp as the next. enumerator
117 case proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME: in ProtoUnwindingErrorCodeToString()745 case UnwindStackErrorCode::ERROR_REPEATED_FRAME: in AddUnwindingResultInProtobuf()746 error_code = proto::Sample_UnwindingResult::ERROR_REPEATED_FRAME; in AddUnwindingResultInProtobuf()
99 ERROR_REPEATED_FRAME = 7; // The last frame has the same pc/sp as the next. enumerator
67 CHECK_ERROR_CODE(ERROR_REPEATED_FRAME);
294 last_error_.code = ERROR_REPEATED_FRAME; in Unwind()
980 EXPECT_EQ(ERROR_REPEATED_FRAME, unwinder.LastErrorCode()); in TEST_F()