Searched refs:stop_description (Results 1 – 2 of 2) sorted by relevance
1510 std::string stop_description = thread->GetStopDescription(); in Format() local1511 if (!stop_description.empty()) { in Format()1512 s.PutCString(stop_description); in Format()1522 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local1523 if (!stop_description.empty()) { in Format()1524 s.PutCString(stop_description); in Format()
7066 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7067 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7068 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7077 thread->GetIndexID(), stop_description); in WindowDelegateDraw()7213 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7214 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7215 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7224 stop_description); in WindowDelegateDraw()