Searched refs:ERROR_INVALID_MAP (Results 1 – 7 of 7) sorted by relevance
35 ERROR_INVALID_MAP, // Unwind in an invalid map. enumerator60 case ERROR_INVALID_MAP: in GetErrorCodeString()
34 ERROR_INVALID_MAP, // Unwind in an invalid map. enumerator
113 case proto::Sample_UnwindingResult::ERROR_INVALID_MAP: in ProtoUnwindingErrorCodeToString()848 case UnwindStackErrorCode::ERROR_INVALID_MAP: in AddUnwindingResultInProtobuf()849 error_code = proto::Sample_UnwindingResult::ERROR_INVALID_MAP; in AddUnwindingResultInProtobuf()
97 ERROR_INVALID_MAP = 5; // Unwind in an invalid map enumerator
65 CHECK_ERROR_CODE(ERROR_INVALID_MAP);
153 last_error_.code = ERROR_INVALID_MAP; in Unwind()374 last_error_.code = ERROR_INVALID_MAP; in Init()
685 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()780 EXPECT_EQ(ERROR_INVALID_MAP, unwinder.LastErrorCode()); in TEST_F()