Searched refs:template_string (Results 1 – 6 of 6) sorted by relevance
37 LPTSTR template_string = NULL; in gpr_tmpfile() local46 template_string = gpr_char_to_tchar(prefix); in gpr_tmpfile()47 GPR_ASSERT(template_string); in gpr_tmpfile()54 success = GetTempFileName(tmp_path, template_string, 0, tmp_filename); in gpr_tmpfile()65 gpr_free(template_string); in gpr_tmpfile()
244 template_string = r"`(?:[^`\\]|\\.)*`"254 template_string,263 template_string,287 template_string,
102 const char *template_string) = 0;
87 const char* template_string) = 0;
1067 const char* template_string = TemplateString(template_index); in FormatMessage() local1068 if (template_string == nullptr) { in FormatMessage()1077 for (const char* c = template_string; *c != '\0'; c++) { in FormatMessage()
1227 PyObject *template_string = NULL; variable