Searched refs:stop_description (Results 1 – 2 of 2) sorted by relevance
1374 std::string stop_description = thread->GetStopDescription(); in Format() local1375 if (!stop_description.empty()) { in Format()1376 s.PutCString(stop_description); in Format()1386 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local1387 if (!stop_description.empty()) { in Format()1388 s.PutCString(stop_description); in Format()
7074 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7075 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7076 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7085 thread->GetIndexID(), stop_description); in WindowDelegateDraw()7227 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7228 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7229 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7238 stop_description); in WindowDelegateDraw()