Searched refs:stop_description (Results 1 – 2 of 2) sorted by relevance
1332 std::string stop_description = thread->GetStopDescription(); in Format() local1333 if (!stop_description.empty()) { in Format()1334 s.PutCString(stop_description); in Format()1344 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local1345 if (!stop_description.empty()) { in Format()1346 s.PutCString(stop_description); in Format()
7073 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7074 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7075 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7084 thread->GetIndexID(), stop_description); in WindowDelegateDraw()7226 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7227 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7228 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7237 stop_description); in WindowDelegateDraw()