H A D | DynamicType.cpp | 193 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 198 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 203 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 219 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 227 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument 228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson() 229 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson() 235 unsigned int Space, bool IsDot) { in printJsonContainer() argument 240 ++Space; in printJsonContainer() 245 Indent(Out, Space, IsDot) << "{ "; in printJsonContainer() [all …]
|