Lines Matching refs:cstr
356 const char *cstr = nullptr; in GetValue() local
360 cstr = value_sp->GetValueAsCString(); in GetValue()
363 return cstr; in GetValue()
381 const char *cstr = nullptr; in GetObjectDescription() local
385 cstr = value_sp->GetObjectDescription(); in GetObjectDescription()
388 return cstr; in GetObjectDescription()
423 const char *cstr = nullptr; in GetSummary() local
427 cstr = value_sp->GetSummaryAsCString(); in GetSummary()
430 return cstr; in GetSummary()
444 const char *cstr = stream.GetData(); in GetSummary() local
445 return cstr; in GetSummary()
451 const char *cstr = nullptr; in GetLocation() local
455 cstr = value_sp->GetLocationAsCString(); in GetLocation()
457 return cstr; in GetLocation()