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