Lines Matching refs:appendString
52 writer.appendString(FLAGS_properties[i-1], FLAGS_properties[i]); in DumpJson()
57 writer.appendString(FLAGS_key[i-1], FLAGS_key[i]); in DumpJson()
73 writer.appendString("name" , gBitmapResults[i].name.c_str()); in DumpJson()
74 writer.appendString("config" , gBitmapResults[i].config.c_str()); in DumpJson()
75 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson()
80 writer.appendString("source_options", gBitmapResults[i].sourceOptions.c_str()); in DumpJson()
85 writer.appendString("ext" , gBitmapResults[i].ext.c_str()); in DumpJson()
86 writer.appendString("gamut", gBitmapResults[i].gamut.c_str()); in DumpJson()
87 writer.appendString("transfer_fn", gBitmapResults[i].transferFn.c_str()); in DumpJson()
88 writer.appendString("color_type", gBitmapResults[i].colorType.c_str()); in DumpJson()
89 writer.appendString("alpha_type", gBitmapResults[i].alphaType.c_str()); in DumpJson()
90 writer.appendString("color_depth", gBitmapResults[i].colorDepth.c_str()); in DumpJson()
93 writer.appendString("md5", gBitmapResults[i].md5.c_str()); in DumpJson()
107 writer.appendString("file_name", gFailures[i].fileName); in DumpJson()
109 writer.appendString("condition", gFailures[i].condition); in DumpJson()
110 writer.appendString("message" , gFailures[i].message.c_str()); in DumpJson()