Searched refs:OutputString (Results 1 – 7 of 7) 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 …]
414 std::string OutputString; in write() local416 OutputString.append(Sym.str()); in write()417 OutputString.append(1, '\0'); in write()420 OS << OutputString; in write()
174 ST->ConOut->OutputString(ST->ConOut, in efi_main()319 ST->ConOut->OutputString(ST->ConOut, buf); in putchar()323 ST->ConOut->OutputString(ST->ConOut, buf); in putchar()
99 ST->ConOut->OutputString(ST->ConOut, (CHAR16 *)L"Failed to allocate memory for heap.\r\n"); in efi_main()
390 EFI_TEXT_STRING OutputString; member
147 EFI_TEXT_OUTPUT_STRING OutputString; member
721 conout->OutputString(conout, line); in CL()1414 conout->OutputString(conout, buf); in efi_cons_efiputchar()