Searched refs:stop_description (Results 1 – 2 of 2) sorted by relevance
1326 std::string stop_description = thread->GetStopDescription(); in Format() local1327 if (!stop_description.empty()) { in Format()1328 s.PutCString(stop_description); in Format()1338 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local1339 if (!stop_description.empty()) { in Format()1340 s.PutCString(stop_description); in Format()
7052 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7053 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7054 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7063 thread->GetIndexID(), stop_description); in WindowDelegateDraw()7205 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7206 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7207 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7216 stop_description); in WindowDelegateDraw()