reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
83 if (s && s[0]) { 83 if (s && s[0]) { 85 if (isdigit(s[0])) { 87 unsigned long byte_size = ::strtoul(s, &format_char, 0); 90 s = format_char; 96 if (!FormatManager::GetFormatFromCString(s, partial_match_ok, format)) { 99 "Invalid format character or name '%s'. Valid values are:\n", s); 118 error.SetErrorStringWithFormat("%s option string", s ? "empty" : "invalid");