reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 OS << "null"; break; 113 OS << "empty"; break; 115 OS << "rope:"; 116 Ptr.twine->printRepr(OS); 119 OS << "cstring:\"" 123 OS << "std::string:\"" 127 OS << "stringref:\"" 131 OS << "smallstring:\"" << *Ptr.smallString << "\""; 134 OS << "formatv:\"" << *Ptr.formatvObject << "\""; 137 OS << "char:\"" << Ptr.character << "\""; 140 OS << "decUI:\"" << Ptr.decUI << "\""; 143 OS << "decI:\"" << Ptr.decI << "\""; 146 OS << "decUL:\"" << *Ptr.decUL << "\""; 149 OS << "decL:\"" << *Ptr.decL << "\""; 152 OS << "decULL:\"" << *Ptr.decULL << "\""; 155 OS << "decLL:\"" << *Ptr.decLL << "\""; 158 OS << "uhex:\"" << Ptr.uHex << "\"";