reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { 100 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { 100 for (Format f = eFormatDefault; f < kNumFormats; f = Format(f + 1)) { 101 char format_char = FormatManager::GetFormatAsFormatChar(f); 105 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f));