Searched refs:OutputString (Results 1 – 3 of 3) sorted by relevance
484 std::string OutputString; in WriteEdgeToMutationGraphFile() local487 OutputString.append("\""); in WriteEdgeToMutationGraphFile()488 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile()489 OutputString.append("\"\n"); in WriteEdgeToMutationGraphFile()494 OutputString.append("\""); in WriteEdgeToMutationGraphFile()495 OutputString.append(BaseSha1); in WriteEdgeToMutationGraphFile()496 OutputString.append("\" -> \""); in WriteEdgeToMutationGraphFile()497 OutputString.append(Sha1); in WriteEdgeToMutationGraphFile()498 OutputString.append("\" [label=\""); in WriteEdgeToMutationGraphFile()499 OutputString.append(MS); in WriteEdgeToMutationGraphFile()[all …]
445 std::string OutputString; in write() local447 OutputString.append(Sym.str()); in write()448 OutputString.append(1, '\0'); in write()451 OS << OutputString; in write()
200 std::string OutputString; in AssembleOneInput() local201 raw_string_ostream Out(OutputString); in AssembleOneInput()