Searched refs:old_value_cstr (Results 1 – 1 of 1) sorted by relevance
163 const char *old_value_cstr = m_old_value_sp->GetValueAsCString(); in DumpSnapshots() local164 if (old_value_cstr && old_value_cstr[0]) in DumpSnapshots()165 s->Printf("\n%sold value: %s", prefix, old_value_cstr); in DumpSnapshots()