Searched defs:StringUsed (Results 1 – 1 of 1) sorted by relevance
15 class StringUsed { class17 StringUsed(const char *s = "") : str(strdup(s)) {} in StringUsed() function in StringUsed18 StringUsed(const StringUsed &rhs) : str(strdup(rhs.str)) {} in StringUsed() function in StringUsed