Searched refs:ExceptionBreakType (Results 1 – 3 of 3) sorted by relevance
47 enum ExceptionBreakType { enum456 void ChangeBreakOnException(ExceptionBreakType type, bool enable);457 bool IsBreakOnException(ExceptionBreakType type);
919 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException()928 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException()
1063 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()1077 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()