Lines Matching refs:cstr

466     const char *cstr = NULL;  in GetValue()  local
471 cstr = value_sp->GetValueAsCString (); in GetValue()
475 if (cstr) in GetValue()
477 static_cast<void*>(value_sp.get()), cstr); in GetValue()
483 return cstr; in GetValue()
541 const char *cstr = NULL; in GetObjectDescription() local
546 cstr = value_sp->GetObjectDescription (); in GetObjectDescription()
550 if (cstr) in GetObjectDescription()
552 static_cast<void*>(value_sp.get()), cstr); in GetObjectDescription()
557 return cstr; in GetObjectDescription()
564 const char *cstr = NULL; in GetTypeValidatorResult() local
573 cstr = "unknown error"; in GetTypeValidatorResult()
575 cstr = validation.second.c_str(); in GetTypeValidatorResult()
580 if (cstr) in GetTypeValidatorResult()
582 static_cast<void*>(value_sp.get()), cstr); in GetTypeValidatorResult()
587 return cstr; in GetTypeValidatorResult()
640 const char *cstr = NULL; in GetSummary() local
645 cstr = value_sp->GetSummaryAsCString(); in GetSummary()
649 if (cstr) in GetSummary()
651 static_cast<void*>(value_sp.get()), cstr); in GetSummary()
656 return cstr; in GetSummary()
672 const char* cstr = stream.GetData(); in GetSummary() local
675 if (cstr) in GetSummary()
677 static_cast<void*>(value_sp.get()), cstr); in GetSummary()
682 return cstr; in GetSummary()
690 const char *cstr = NULL; in GetLocation() local
695 cstr = value_sp->GetLocationAsCString(); in GetLocation()
699 if (cstr) in GetLocation()
701 static_cast<void*>(value_sp.get()), cstr); in GetLocation()
706 return cstr; in GetLocation()