Lines Matching refs:custom_format
1131 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument
1136 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1137 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1141 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1142 (custom_format == eFormatBytesWithASCII)) in HasSpecialPrintableRepresentation()
1145 if ((custom_format == eFormatVectorOfChar) || in HasSpecialPrintableRepresentation()
1146 (custom_format == eFormatVectorOfFloat32) || in HasSpecialPrintableRepresentation()
1147 (custom_format == eFormatVectorOfFloat64) || in HasSpecialPrintableRepresentation()
1148 (custom_format == eFormatVectorOfSInt16) || in HasSpecialPrintableRepresentation()
1149 (custom_format == eFormatVectorOfSInt32) || in HasSpecialPrintableRepresentation()
1150 (custom_format == eFormatVectorOfSInt64) || in HasSpecialPrintableRepresentation()
1151 (custom_format == eFormatVectorOfSInt8) || in HasSpecialPrintableRepresentation()
1152 (custom_format == eFormatVectorOfUInt128) || in HasSpecialPrintableRepresentation()
1153 (custom_format == eFormatVectorOfUInt16) || in HasSpecialPrintableRepresentation()
1154 (custom_format == eFormatVectorOfUInt32) || in HasSpecialPrintableRepresentation()
1155 (custom_format == eFormatVectorOfUInt64) || in HasSpecialPrintableRepresentation()
1156 (custom_format == eFormatVectorOfUInt8)) in HasSpecialPrintableRepresentation()
1165 Format custom_format, PrintableRepresentationSpecialCases special, in DumpPrintableRepresentation() argument
1181 (custom_format == eFormatCString || in DumpPrintableRepresentation()
1182 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1183 custom_format == in DumpPrintableRepresentation()
1189 buffer_sp, error, 0, (custom_format == eFormatVectorOfChar) || in DumpPrintableRepresentation()
1190 (custom_format == eFormatCharArray)); in DumpPrintableRepresentation()
1201 options.SetBinaryZeroIsTerminator(custom_format != eFormatVectorOfChar); in DumpPrintableRepresentation()
1208 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
1214 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
1215 (custom_format == eFormatBytesWithASCII)) { in DumpPrintableRepresentation()
1231 custom_format); in DumpPrintableRepresentation()
1239 if ((custom_format == eFormatVectorOfChar) || in DumpPrintableRepresentation()
1240 (custom_format == eFormatVectorOfFloat32) || in DumpPrintableRepresentation()
1241 (custom_format == eFormatVectorOfFloat64) || in DumpPrintableRepresentation()
1242 (custom_format == eFormatVectorOfSInt16) || in DumpPrintableRepresentation()
1243 (custom_format == eFormatVectorOfSInt32) || in DumpPrintableRepresentation()
1244 (custom_format == eFormatVectorOfSInt64) || in DumpPrintableRepresentation()
1245 (custom_format == eFormatVectorOfSInt8) || in DumpPrintableRepresentation()
1246 (custom_format == eFormatVectorOfUInt128) || in DumpPrintableRepresentation()
1247 (custom_format == eFormatVectorOfUInt16) || in DumpPrintableRepresentation()
1248 (custom_format == eFormatVectorOfUInt32) || in DumpPrintableRepresentation()
1249 (custom_format == eFormatVectorOfUInt64) || in DumpPrintableRepresentation()
1250 (custom_format == eFormatVectorOfUInt8)) // arrays of bytes, bytes in DumpPrintableRepresentation()
1257 Format format = FormatManager::GetSingleItemFormat(custom_format); in DumpPrintableRepresentation()
1280 if ((custom_format == eFormatBoolean) || in DumpPrintableRepresentation()
1281 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
1282 (custom_format == eFormatCharPrintable) || in DumpPrintableRepresentation()
1283 (custom_format == eFormatComplexFloat) || in DumpPrintableRepresentation()
1284 (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || in DumpPrintableRepresentation()
1285 (custom_format == eFormatHexUppercase) || in DumpPrintableRepresentation()
1286 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
1287 (custom_format == eFormatOSType) || in DumpPrintableRepresentation()
1288 (custom_format == eFormatUnicode16) || in DumpPrintableRepresentation()
1289 (custom_format == eFormatUnicode32) || in DumpPrintableRepresentation()
1290 (custom_format == eFormatUnsigned) || in DumpPrintableRepresentation()
1291 (custom_format == eFormatPointer) || in DumpPrintableRepresentation()
1292 (custom_format == eFormatComplexInteger) || in DumpPrintableRepresentation()
1293 (custom_format == eFormatComplex) || in DumpPrintableRepresentation()
1294 (custom_format == eFormatDefault)) // use the [] operator in DumpPrintableRepresentation()
1313 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()
1314 SetFormat(custom_format); in DumpPrintableRepresentation()
1392 if (custom_format != eFormatInvalid) in DumpPrintableRepresentation()