Searched refs:desc_cstr (Results 1 – 1 of 1) sorted by relevance
73 virtual void SetDescription(const char *desc_cstr) { in SetDescription() argument74 if (desc_cstr && desc_cstr[0]) in SetDescription()75 m_description.assign(desc_cstr); in SetDescription()