reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
   85     stream.Printf("%" PRId64 " seconds", value);
   88     stream.Printf("%" PRId64 " half seconds", value);
   91     stream.Printf("%" PRId64 " third%sof a second", value,
   92                   value == 1 ? " " : "s ");
   95     stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale,
   96                   value == 1 ? " " : "s ");