Searched refs:StringWrapper (Results 1 – 1 of 1) sorted by relevance
92 class StringWrapper { class95 StringWrapper(const char *input) : str(strdup(input)) {} // no-warning in StringWrapper() function in StringWrapper148 struct StringWrapper { struct152 StringWrapper(bool) {} in StringWrapper() function156 StringWrapper w(true); in testString()