Searched refs:DefaultMsg (Results 1 – 1 of 1) sorted by relevance
1067 static const char *getValueStr(const Option &O, const char *DefaultMsg) { in getValueStr() argument1068 if (O.ValueStr[0] == 0) return DefaultMsg; in getValueStr()